summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-25 18:14:30 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-25 18:14:30 -0400
commitec74dd51d8eb3e580cf53fa45357cd7f8b788bdc (patch)
tree4f7ef6fe0aa021846f5e86af066fcfb566f40810 /func.spec
parent14fd0d98b171169e58acf62c86ef1f3a5d5128ee (diff)
parente3493766701ac84e6d76257659be27c209ecb12e (diff)
downloadthird_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.gz
third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.xz
third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/func.spec b/func.spec
index 8580018..07b34c2 100644
--- a/func.spec
+++ b/func.spec
@@ -50,6 +50,11 @@ rm -fr $RPM_BUILD_ROOT
%dir %{python_sitelib}/func/minion/modules
%{python_sitelib}/func/minion/modules/*.py*
%dir /var/log/func
+%doc AUTHORS README
+%{_mandir}/man1/func.1.gz
+%{_mandir}/man1/funcd.1.gz
+%{_mandir}/man1/certmaster.1.gz
+
%post
/sbin/chkconfig --add funcd
@@ -63,6 +68,10 @@ fi
%changelog
+* Tue Sep 25 2007 Michael DeHaan <mdehaan@redhat.com> - 0.0.11-4
+- Added manpage documentation
+- Renamed minion config file
+
* Tue Sep 25 2007 Robin Norwood <rnorwood@redhat.com> - 0.0.11-3
- Change server -> minion and client -> overlord
@@ -71,3 +80,4 @@ fi
* Thu Sep 20 2007 Adrian Likins <alikins@redhat.com> - 0.0.11-1
- initial release (this one goes to .11)
+