From e3493766701ac84e6d76257659be27c209ecb12e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Sep 2007 18:22:40 -0400 Subject: Adding manpages and misc spec/build cleanup --- func.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'func.spec') 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 - 0.0.11-4 +- Added manpage documentation +- Renamed minion config file + * Tue Sep 25 2007 Robin Norwood - 0.0.11-3 - Change server -> minion and client -> overlord @@ -71,3 +80,4 @@ fi * Thu Sep 20 2007 Adrian Likins - 0.0.11-1 - initial release (this one goes to .11) + -- cgit