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}