rpms/func/EL-4 .cvsignore, 1.9, 1.10 func.spec, 1.8, 1.9 sources, 1.9, 1.10 version, 1.8, 1.9

Adrian Likins alikins at fedoraproject.org
Wed Dec 17 21:52:18 UTC 2008


Author: alikins

Update of /cvs/pkgs/rpms/func/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1325/EL-4

Modified Files:
	.cvsignore func.spec sources version 
Log Message:
v0.24



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/func/EL-4/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	17 Sep 2008 16:13:28 -0000	1.9
+++ .cvsignore	17 Dec 2008 21:51:47 -0000	1.10
@@ -6,3 +6,4 @@
 func-0.20.tar.gz
 func-0.21.tar.gz
 func-0.23.tar.gz
+func-0.24.tar.gz


Index: func.spec
===================================================================
RCS file: /cvs/pkgs/rpms/func/EL-4/func.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- func.spec	17 Sep 2008 16:13:28 -0000	1.8
+++ func.spec	17 Dec 2008 21:51:47 -0000	1.9
@@ -14,7 +14,8 @@
 Requires: python >= 2.3
 Requires: pyOpenSSL
 Requires: python-simplejson
-Requires: certmaster >= 0.1
+Requires: certmaster >= 0.24
+Requires: logrotate
 BuildRequires: python-devel
 %if %is_suse
 BuildRequires: gettext-devel
@@ -27,10 +28,9 @@
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
-Url: https://hosted.fedoraproject.org/projects/func/
+Url: https://fedorahosted.org/func/
 
 %description
-
 func is a remote api for mangement, configuration, and monitoring of systems.
 
 %prep
@@ -65,10 +65,12 @@
 %config(noreplace) /etc/func/minion.conf
 %config(noreplace) /etc/func/async_methods.conf
 %config(noreplace) /etc/logrotate.d/func_rotate
+%config(noreplace) /etc/func/modules/Test.conf
 %dir %{python_sitelib}/func
 %dir %{python_sitelib}/func/minion
 %dir %{python_sitelib}/func/overlord
 %dir %{python_sitelib}/func/overlord/cmd_modules
+%dir %{python_sitelib}/func/overlord/modules
 %dir %{python_sitelib}/func/yaml
 %{python_sitelib}/func/minion/*.py*
 %{python_sitelib}/func/overlord/*.py*
@@ -81,6 +83,9 @@
 
 # we need to make the spec and setup.py find modules
 # in deep dirs automagically
+
+%dir %{python_sitelib}/func/minion/modules/netapp
+%dir %{python_sitelib}/func/minion/modules/netapp/vol
 %{python_sitelib}/func/minion/modules/*/*.py*
 %{python_sitelib}/func/minion/modules/*/*/*.py*
 
@@ -130,7 +135,14 @@
 
 
 %changelog
-* Fri Jul 18 2008 Adrian Likins <alikins at redhat.com> - 0.23-1
+* Wed Dec 17 2008 Adrian Likins <alikins at redhat.com> - 0.24-1
+- require certmaster 0.24 
+
+* Mon Dec 8 2008 Adrian Likins <alikins at redhat.com> - 0.24-1
+- claim ownership of all dirs bz#474644
+- add dep on logrotate
+
+* Fri Jul 18 2008 Adrian Likins <alikins at redhat.com> - 0.23-2
 - remove requirement for pyyaml, add python-simplejson
 
 * Fri Jul 11 2008 Michael DeHaan <mdehaan at redhat.com> - 0.23-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/func/EL-4/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	17 Sep 2008 16:13:28 -0000	1.9
+++ sources	17 Dec 2008 21:51:47 -0000	1.10
@@ -4,3 +4,4 @@
 2ea0cc2735e4764ad8cb11bd6edae47e  func-0.20.tar.gz
 715638833720c85076fe04cd2e31fc32  func-0.21.tar.gz
 821f5ba123d7fe2e98aa51b8f00a17c2  func-0.23.tar.gz
+36b8a5190c0d6f12973ebdfb02f63652  func-0.24.tar.gz


Index: version
===================================================================
RCS file: /cvs/pkgs/rpms/func/EL-4/version,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- version	17 Sep 2008 16:13:28 -0000	1.8
+++ version	17 Dec 2008 21:51:47 -0000	1.9
@@ -1 +1 @@
-0.23 1
+0.24 1




More information about the fedora-extras-commits mailing list