summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:08:01 -0500
committerSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:08:01 -0500
commit5d5aba57547471d9b4f9b66cd36e4b3799744c4d (patch)
tree90a9f625252c65f923d4c9b1a50fefb0cb4754ef
parent2fad9189600fb3d3e6b695152c3512e5f22271a8 (diff)
downloadthird_party-func-5d5aba57547471d9b4f9b66cd36e4b3799744c4d.tar.gz
third_party-func-5d5aba57547471d9b4f9b66cd36e4b3799744c4d.tar.xz
third_party-func-5d5aba57547471d9b4f9b66cd36e4b3799744c4d.zip
Added in func-create-module to make boilerplate module code. spec, setup and version updated as well (oops).
-rw-r--r--func.spec5
-rw-r--r--setup.py3
-rw-r--r--version2
3 files changed, 7 insertions, 3 deletions
diff --git a/func.spec b/func.spec
index d57dbc9..3963943 100644
--- a/func.spec
+++ b/func.spec
@@ -54,6 +54,7 @@ rm -fr $RPM_BUILD_ROOT
%{_bindir}/certmaster
%{_bindir}/certmaster-ca
%{_bindir}/func-inventory
+%{_bindir}/func-create-module
/etc/init.d/funcd
/etc/init.d/certmaster
%dir %{_sysconfdir}/%{name}
@@ -124,6 +125,9 @@ fi
%changelog
+* Sun Jan 13 2008 Steve 'Ashcrow' Milner <smilner@redhat.como> - 0.0.14-6
+- Added in func-create-module for scripts.
+
* Tue Dec 18 2007 Adrian Likins <alikins@redhat.com> - 0.0.14-5
- add /var/lib/ dirs to spec file
@@ -175,4 +179,3 @@ fi
* Thu Sep 20 2007 Adrian Likins <alikins@redhat.com> - 0.0.11-1
- initial release (this one goes to .11)
-
diff --git a/setup.py b/setup.py
index 5cd0e07..a9a9f9d 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,8 @@ if __name__ == "__main__":
scripts = [
"scripts/funcd", "scripts/func",
"scripts/certmaster", "scripts/certmaster-ca",
- "scripts/func-inventory"
+ "scripts/func-inventory",
+ "scripts/func-create-module",
],
# package_data = { '' : ['*.*'] },
package_dir = {"%s" % NAME: "%s" % NAME
diff --git a/version b/version
index 2e0811f..ca7996f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.14 5
+0.14 6