From: Daniel Lezcano Date: Fri, 23 Jul 2010 13:10:38 +0000 (+0200) Subject: set rights to lxc-init X-Git-Tag: lxc-0.7.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef6e4407307b3712218e68d71090e60a2fb0815;p=thirdparty%2Flxc.git set rights to lxc-init Signed-off-by: Daniel Lezcano --- diff --git a/lxc.spec.in b/lxc.spec.in index 75cce84d2..379b53d76 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -73,7 +73,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %{_libdir}/*.so* %{_libdir}/%{name} -%attr(4111,root,root) %{_libdir}/%{name}/lxc-init +%attr(4555,root,root) %{_libdir}/%{name}/lxc-init %{_bindir}/* %attr(4111,root,root) %{_bindir}/lxc-attach %attr(4111,root,root) %{_bindir}/lxc-create @@ -90,10 +90,15 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) %{_includedir}/%{name}/* -%{_libdir}/*.so* +%{_libdir}/*.so.* %changelog +* Fri Jul 23 2010 Daniel Lezcano - Version 0.7.2 +- set attribute for installed files +- fix libraries installation +- + * Mon Mar 24 2009 Daniel Lezcano - Version 0.6.1 - Removed capability setting, let the user to do that through "lxc-setcap"