Aleksa Sarai 2016-03-30 14:18:58 +00:00 committed by Git OBS Bridge
parent bb5d97f8a5
commit 3454b32f47
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 30 14:18:18 UTC 2016 - asarai@suse.de
* Install to /usr/sbin. https://github.com/opencontainers/runc/pull/702
-------------------------------------------------------------------
Sun Mar 27 14:50:32 UTC 2016 - asarai@suse.de

View File

@ -81,7 +81,7 @@ man/md2man-all.sh
%endif
%install
%{__install} -D -m755 %{name}-%{version} %{buildroot}/%{_bindir}/%{name}
%{__install} -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
%ifarch %go_arches
%{__install} -d -m755 %{buildroot}%{_mandir}/man8
@ -95,7 +95,7 @@ man/md2man-all.sh
%files
%defattr(-,root,root)
%doc README.md LICENSE
%{_bindir}/%{name}
%{_sbindir}/%{name}
%ifarch %go_arches
%{_mandir}/man8/runc*.8.gz