From b03a9ad55fa7e9dcd079c6c620abafd0f4fde4d76ba529015532e9533e940120 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Fri, 28 Apr 2017 16:29:38 +0000 Subject: [PATCH] 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 --- runc.changes | 5 +++++ runc.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/runc.changes b/runc.changes index 1789d21..83fa52a 100644 --- a/runc.changes +++ b/runc.changes @@ -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 diff --git a/runc.spec b/runc.spec index 6f18e37..6c89dae 100644 --- a/runc.spec +++ b/runc.spec @@ -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}