summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-26 16:30:07 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-26 16:30:07 -0400
commit05034f278190ecaccdf61655d9b7c9bc97d52e79 (patch)
tree631189bf810da9a046137157e62c82a7a51ff12d
parent1030725efae7096409ed9af24a68e4c8b53180dc (diff)
downloadthird_party-func-05034f278190ecaccdf61655d9b7c9bc97d52e79.tar.gz
third_party-func-05034f278190ecaccdf61655d9b7c9bc97d52e79.tar.xz
third_party-func-05034f278190ecaccdf61655d9b7c9bc97d52e79.zip
update specfile and version and setup for certmaster-ca
-rw-r--r--func.spec1
-rw-r--r--setup.py2
-rw-r--r--version2
3 files changed, 3 insertions, 2 deletions
diff --git a/func.spec b/func.spec
index a81f207..ed67a05 100644
--- a/func.spec
+++ b/func.spec
@@ -38,6 +38,7 @@ rm -fr $RPM_BUILD_ROOT
%{_bindir}/funcd
%{_bindir}/func
%{_bindir}/certmaster
+%{_bindir}/certmaster-ca
/etc/init.d/funcd
/etc/init.d/certmaster
%config(noreplace) /etc/func/minion.conf
diff --git a/setup.py b/setup.py
index 51b3c49..be7e9cb 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ if __name__ == "__main__":
author_email = "func-list@redhat.com",
url = "https://hosted.fedoraproject.org/projects/func/",
license = "GPL",
- scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster"],
+ scripts = ["scripts/funcd", "scripts/func", "scripts/certmaster", "scripts/certmaster-ca"],
# package_data = { '' : ['*.*'] },
package_dir = {"%s" % NAME: "%s" % NAME,
"%s/minion" % NAME: "minion/",
diff --git a/version b/version
index 6cd8779..5376242 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.11 5
+0.11 6