]> git.pld-linux.org Git - packages/lxc.git/commitdiff
package /var/lib/lxcsnap dir
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Feb 2014 10:54:33 +0000 (10:54 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Feb 2014 10:54:33 +0000 (10:54 +0000)
lxc.spec

index 9623703734f4eff414992e01428a60ece166cd86..911f979df84a4fe2433a7f52e48b3dfe5551118f 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -13,7 +13,7 @@ Summary:      Linux Containers userspace tools
 Summary(pl.UTF-8):     Narzędzia do kontenerów linuksowych (LXC)
 Name:          lxc
 Version:       1.0.0
-Release:       0.2
+Release:       0.3
 License:       LGPL v2.1+
 Group:         Applications/System
 Source0:       http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
@@ -147,7 +147,7 @@ cp -p %{SOURCE1} templates/lxc-pld.in
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{configpath},/var/{cache,log}/lxc}
+install -d $RPM_BUILD_ROOT{%{configpath},%{configpath}snap,/var/{cache,log}/lxc}
 %{__make} install \
        SYSTEMD_UNIT_DIR=%{systemdunitdir} \
        pcdatadir=%{_pkgconfigdir} \
@@ -270,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %dir %{configpath}
+%dir %{configpath}snap
 %dir %attr(750,root,root) /var/log/lxc
 %dir %attr(750,root,root) /var/cache/lxc
 
This page took 0.146738 seconds and 4 git commands to generate.