]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
set rights to lxc-init
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 23 Jul 2010 13:10:38 +0000 (15:10 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 23 Jul 2010 13:10:38 +0000 (15:10 +0200)
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
lxc.spec.in

index 75cce84d2364ef6371b51139b1423de4ed4cc106..379b53d76daa3f597f833552cc733d1785ee3161 100644 (file)
@@ -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 <dlezcano@fr.ibm.com> - Version 0.7.2
+- set attribute for installed files
+- fix libraries installation
+-
+
 * Mon Mar 24 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.1
 - Removed capability setting, let the user to do that through "lxc-setcap"