From 05034f278190ecaccdf61655d9b7c9bc97d52e79 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 26 Sep 2007 16:30:07 -0400 Subject: update specfile and version and setup for certmaster-ca --- func.spec | 1 + setup.py | 2 +- version | 2 +- 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 -- cgit