[packages/lxc] templates need to be executable

glen glen at pld-linux.org
Sat Nov 16 01:32:11 CET 2013


commit f5933d479c2a92208603d39c549d8626b9e8021b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Nov 16 02:26:37 2013 +0200

    templates need to be executable
    
    wtf from dc9a5b3b1fa27c4f3b2bdcb0689e2a79a22410d6

 lxc.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index fc5718b..fe4ab50 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -8,7 +8,7 @@ Summary:	Linux Container Tools
 Summary(pl.UTF-8):	Narzędzia do kontenerów linuksowych (LXC)
 Name:		lxc
 Version:	0.9.0
-Release:	4
+Release:	5
 License:	LGPL v2.1+
 Group:		Applications/System
 Source0:	http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
@@ -184,7 +184,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lxc/lxc-init
 %dir %{_sysconfdir}/lxc
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lxc/default.conf
-%{_datadir}/lxc
+%dir %{_datadir}/lxc
+%{_datadir}/%{name}/lxc.functions
+%dir %{_datadir}/%{name}/hooks
+%dir %{_datadir}/%{name}/templates
+%attr(755,root,root) %{_datadir}/%{name}/hooks/mount*
+%attr(755,root,root) %{_datadir}/%{name}/templates/lxc-*
 %{_mandir}/man1/lxc-attach.1*
 %{_mandir}/man1/lxc-cgroup.1*
 %{_mandir}/man1/lxc-checkconfig.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/f5933d479c2a92208603d39c549d8626b9e8021b



More information about the pld-cvs-commit mailing list