summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 18:22:40 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 18:22:40 -0400
commite3493766701ac84e6d76257659be27c209ecb12e (patch)
tree24ed711a936f2f6a23d62bc5a71010064471dfe6 /func.spec
parent6c38c3128afd8542d086ba998494e02872781b77 (diff)
downloadfunc-e3493766701ac84e6d76257659be27c209ecb12e.tar.gz
func-e3493766701ac84e6d76257659be27c209ecb12e.tar.xz
func-e3493766701ac84e6d76257659be27c209ecb12e.zip
Adding manpages and misc spec/build cleanup
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)
+