Accepting request 491891 from home:jengelh:branches:Virtualization:containers
- Substitute %__-type macro indirections OBS-URL: https://build.opensuse.org/request/show/491891 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=47
This commit is contained in:
parent
c6750aa1a1
commit
b03a9ad55f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 16:16:00 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Substitute %__-type macro indirections
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 13 16:34:03 UTC 2017 - jmassaguerpla@suse.com
|
Thu Apr 13 16:34:03 UTC 2017 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ PKG_LIST=$(go list ./... \
|
|||||||
go test -timeout 3m -tags "$BUILDTAGS" -v $PKG_LIST
|
go test -timeout 3m -tags "$BUILDTAGS" -v $PKG_LIST
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__install} -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
|
install -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
|
||||||
install -d -m755 %{buildroot}/usr/src/runc/
|
install -d -m755 %{buildroot}/usr/src/runc/
|
||||||
cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
||||||
|
|
||||||
@ -129,8 +129,8 @@ cp -avr $HOME/go/src/github.com/opencontainers/runc/* %{buildroot}/usr/src/runc/
|
|||||||
install -d -m755 %{buildroot}/%{_bindir}
|
install -d -m755 %{buildroot}/%{_bindir}
|
||||||
ln -s /usr/sbin/runc %{buildroot}/%{_bindir}/docker-runc
|
ln -s /usr/sbin/runc %{buildroot}/%{_bindir}/docker-runc
|
||||||
|
|
||||||
%{__install} -d -m755 %{buildroot}%{_mandir}/man8
|
install -d -m755 %{buildroot}%{_mandir}/man8
|
||||||
%{__install} -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
|
install -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
|
||||||
|
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user