summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2007-12-18 14:38:39 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2007-12-18 14:38:39 -0500
commit8761c8e217659b68ba3c2b266bef1fab3e73e30a (patch)
treea0022f6be80bb185a549be16d217ce0c710df34e /func.spec
parent7edb958265ec80fef5ab212dde58dc2d03507870 (diff)
downloadthird_party-func-8761c8e217659b68ba3c2b266bef1fab3e73e30a.tar.gz
third_party-func-8761c8e217659b68ba3c2b266bef1fab3e73e30a.tar.xz
third_party-func-8761c8e217659b68ba3c2b266bef1fab3e73e30a.zip
add /var/lib/func/* to packaging
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/func.spec b/func.spec
index 2586c06..e3b3f53 100644
--- a/func.spec
+++ b/func.spec
@@ -74,6 +74,8 @@ rm -fr $RPM_BUILD_ROOT
%dir %{python_sitelib}/func/minion/modules
%{python_sitelib}/func/minion/modules/*.py*
%dir /var/log/func
+%dir /var/lib/func
+%dir /var/lib/func/certmaster
%doc AUTHORS README LICENSE
%{_mandir}/man1/func.1.gz
%{_mandir}/man1/func-inventory.1.gz
@@ -122,6 +124,9 @@ fi
%changelog
+* Tue Dec 18 2007 Adrian Likins <alikins@redhat.com> - 0.0.14-5
+- add /var/lib/ dirs to spec file
+
* Thu Dec 13 2007 Eli Criffield <elicriffield@gmail.com> - 0.0.14-4
- changes for suse integration