From 7ef6e4407307b3712218e68d71090e60a2fb0815 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 23 Jul 2010 15:10:38 +0200 Subject: [PATCH] set rights to lxc-init Signed-off-by: Daniel Lezcano --- lxc.spec.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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" -- 2.47.2