]> git.pld-linux.org Git - packages/lxc.git/commitdiff
- up to 0.7.1-1
authormguevara <mguevara@pld-linux.org>
Thu, 15 Jul 2010 22:49:05 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lxc.spec -> 1.8

lxc.spec

index e2a366672a948cad9e463430e7497ced36bd4166..328332d60da13c3a41dcb4cb402824d6917b0b3d 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -1,11 +1,11 @@
 Summary:       Linux Container Tools
 Name:          lxc
-Version:       0.6.5
+Version:       0.7.1
 Release:       1
 License:       GPL
 Group:         Base
 Source0:       http://dl.sourceforge.net/lxc/%{name}-%{version}.tar.gz
-# Source0-md5: d648bcf82541c0da6725da502ee1d111
+# Source0-md5: 7a48d7bf11c1ac26cba67fd43eac3e46
 URL:           http://lxc.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake
@@ -69,13 +69,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog CONTRIBUTING MAINTAINERS README TODO doc/FAQ.txt doc/examples/*.conf
+%doc AUTHORS ChangeLog CONTRIBUTING MAINTAINERS README TODO doc/FAQ.txt doc/examples/*.conf 
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/liblxc.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/liblxc.so.0
+%{_libdir}/lxc/rootfs/README
 %{_mandir}/man?/lxc*
 %dir %{configpath}
-%attr(755,root,root) %{_libdir}/lxc-init
+%dir %{_libdir}/lxc
+%dir %{_libdir}/lxc/templates
+%dir %{_libdir}/lxc/rootfs
+%attr(755,root,root) %{_libdir}/lxc/lxc-init
+%attr(755,root,root) %{_libdir}/lxc/templates/lxc-*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.096481 seconds and 4 git commands to generate.