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:
committed by
Git OBS Bridge
parent
c6750aa1a1
commit
b03a9ad55f
@@ -121,7 +121,7 @@ PKG_LIST=$(go list ./... \
|
||||
go test -timeout 3m -tags "$BUILDTAGS" -v $PKG_LIST
|
||||
|
||||
%install
|
||||
%{__install} -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
|
||||
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/
|
||||
|
||||
@@ -129,8 +129,8 @@ 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
|
||||
|
||||
%{__install} -d -m755 %{buildroot}%{_mandir}/man8
|
||||
%{__install} -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
|
||||
install -d -m755 %{buildroot}%{_mandir}/man8
|
||||
install -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
|
||||
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
|
Reference in New Issue
Block a user