Accepting request 422801 from home:cyphar:branches:Virtualization:containers
Removes the docker-runc symlink, since that's been fixed as part of sr#422714 OBS-URL: https://build.opensuse.org/request/show/422801 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
939f8c5c0e
commit
c9c9a9be7e
@@ -136,7 +136,6 @@ go test -timeout 3m -tags "$BUILDTAGS" -v $PKG_LIST
|
||||
|
||||
%install
|
||||
%{__install} -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
|
||||
ln -s %{_sbindir}/%{name} %{buildroot}/%{_sbindir}/docker-%{name}
|
||||
install -d -m755 %{buildroot}/usr/src/runc/
|
||||
cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
||||
|
||||
@@ -149,7 +148,6 @@ cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
%{_sbindir}/%{name}
|
||||
%{_sbindir}/docker-%{name}
|
||||
|
||||
%ifarch %go_arches
|
||||
%{_mandir}/man8/runc*.8.gz
|
||||
|
Reference in New Issue
Block a user