Commit 7ef6e440 by Daniel Lezcano

set rights to lxc-init

parent 47ed344a
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment