Accepting request 446750 from home:jordimassaguerpla:branch:Vc:runc_symlink_docker_runc
- add the /usr/bin/docker-run symlink to partially fix bsc#1015661 OBS-URL: https://build.opensuse.org/request/show/446750 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=30
This commit is contained in:
parent
23bd349d7b
commit
e10db47282
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 17:05:37 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- add the /usr/bin/docker-run symlink to partially fix bsc#1015661
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 11:05:41 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
|
@ -146,6 +146,8 @@ go test -timeout 3m -tags "$BUILDTAGS" -v $PKG_LIST
|
||||
%{__install} -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
|
||||
install -d -m755 %{buildroot}/usr/src/runc/
|
||||
cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
||||
install -d -m755 %{buildroot}/%{_bindir}
|
||||
ln -s /usr/sbin/runc %{buildroot}/%{_bindir}/docker-runc
|
||||
|
||||
%ifarch %go_arches
|
||||
%{__install} -d -m755 %{buildroot}%{_mandir}/man8
|
||||
@ -158,6 +160,7 @@ cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
%{_sbindir}/%{name}
|
||||
%{_bindir}/docker-runc
|
||||
|
||||
%ifarch %go_arches
|
||||
%{_mandir}/man8/runc*.8.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user