From 5024f7f62ff32345660fae783ac7a97d506fe1da Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Tue, 25 Sep 2007 10:33:03 -0400 Subject: Renamed server to minion and client to overlord --- func.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'func.spec') 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 - 0.0.11-3 +- Change server -> minion and client -> overlord + * Thu Sep 20 2007 James Bowes - 0.0.11-2 - Clean up some speclint warnings -- cgit