]> git.pld-linux.org Git - packages/lxc.git/commitdiff
templates need to be executable auto/th/lxc-0.9.0-5
authorElan Ruusamäe <glen@delfi.ee>
Sat, 16 Nov 2013 00:26:37 +0000 (02:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 16 Nov 2013 00:29:35 +0000 (02:29 +0200)
wtf from dc9a5b3b1fa27c4f3b2bdcb0689e2a79a22410d6

lxc.spec

index fc5718b8ad90bc602dac2e51831cd18db867c232..fe4ab5084c6010d58e80da2d90d878451712f991 100644 (file)
--- 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*
This page took 0.147611 seconds and 4 git commands to generate.