summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/func.spec b/func.spec
index 71c2dcf..004f527 100644
--- a/func.spec
+++ b/func.spec
@@ -38,13 +38,13 @@ rm -fr $RPM_BUILD_ROOT
/etc/init.d/funcd
%config(noreplace) /etc/func/settings
%dir %{python_sitelib}/func
-%dir %{python_sitelib}/func/server
-%dir %{python_sitelib}/func/client
-%{python_sitelib}/func/server/*.py*
-%{python_sitelib}/func/client/*.py*
+%dir %{python_sitelib}/func/minion
+%dir %{python_sitelib}/func/overlord
+%{python_sitelib}/func/minion/*.py*
+%{python_sitelib}/func/overlord/*.py*
-%dir %{python_sitelib}/func/server/modules
-%{python_sitelib}/func/server/modules/*.py*
+%dir %{python_sitelib}/func/minion/modules
+%{python_sitelib}/func/minion/modules/*.py*
%dir /var/log/func
%post
@@ -59,6 +59,9 @@ fi
%changelog
+* Tue Sep 25 2007 Robin Norwood <rnorwood@redhat.com> - 0.0.11-3
+- Change server -> minion and client -> overlord
+
* Thu Sep 20 2007 James Bowes <jbowes@redhat.com> - 0.0.11-2
- Clean up some speclint warnings