[lxc-devel] [PATCH] lxc.spec: adjust for move of libexecdir/lxc-init to sbin/lxc.init

Dwight Engen dwight.engen at oracle.com
Mon Mar 31 22:58:27 UTC 2014


Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 lxc.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc.spec.in b/lxc.spec.in
index 9595cc8..5c9fdc8 100644
--- a/lxc.spec.in
+++ b/lxc.spec.in
@@ -145,6 +145,7 @@ rm -rf %{buildroot}
 
 %files libs
 %defattr(-,root,root)
+%{_sbindir}/*
 %{_libdir}/*.so.*
 %{_libdir}/%{name}
 %if %{with_python}
@@ -152,7 +153,6 @@ rm -rf %{buildroot}
 %endif
 %{_localstatedir}/*
 %{_libexecdir}/%{name}
-%attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init
 %attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic
 %if %{with_systemd}
 %attr(555,root,root) %{_libexecdir}/%{name}/lxc-devsetup
-- 
1.8.5.3



More information about the lxc-devel mailing list