From fc335d72bd444bc899b07042b7c11c814259f188 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Sep 2007 10:27:06 -0400 Subject: - all the class bits to make the authssl xmlrpc server work - most of it copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib --- func.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 71c2dcf..9742af1 100644 --- a/func.spec +++ b/func.spec @@ -35,7 +35,9 @@ rm -fr $RPM_BUILD_ROOT %files %{_bindir}/funcd +%{_bindir}/certmaster /etc/init.d/funcd +/etc/init.d/certmaster %config(noreplace) /etc/func/settings %dir %{python_sitelib}/func %dir %{python_sitelib}/func/server -- cgit From fca2c8e36dfec0ced3957ba8f6e62bf62a99c84b Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Sep 2007 10:30:14 -0400 Subject: - fix spec file for new func python sitelib dir - add certmaster initscript to setup.py --- func.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 9742af1..01249b1 100644 --- a/func.spec +++ b/func.spec @@ -44,7 +44,7 @@ rm -fr $RPM_BUILD_ROOT %dir %{python_sitelib}/func/client %{python_sitelib}/func/server/*.py* %{python_sitelib}/func/client/*.py* - +%{python_sitelib}/func/*.py* %dir %{python_sitelib}/func/server/modules %{python_sitelib}/func/server/modules/*.py* %dir /var/log/func -- cgit