summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-25 10:30:14 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-25 10:30:14 -0400
commitfca2c8e36dfec0ced3957ba8f6e62bf62a99c84b (patch)
tree39c363a664710e4060b0a82283859ffba32d8108
parentfc335d72bd444bc899b07042b7c11c814259f188 (diff)
downloadthird_party-func-fca2c8e36dfec0ced3957ba8f6e62bf62a99c84b.tar.gz
third_party-func-fca2c8e36dfec0ced3957ba8f6e62bf62a99c84b.tar.xz
third_party-func-fca2c8e36dfec0ced3957ba8f6e62bf62a99c84b.zip
- fix spec file for new func python sitelib dir
- add certmaster initscript to setup.py
-rw-r--r--func.spec2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/setup.py b/setup.py
index 5948b61..60878c1 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if __name__ == "__main__":
"%s/client" % NAME,
"%s/server/modules" % NAME
],
- data_files = [(initpath, ["init-scripts/funcd"]),
+ data_files = [(initpath, ["init-scripts/funcd", "init-scripts/certmaster"]),
(etcpath, ["settings",]),
(etcpathdb, []),
(logpath, []),