rpms/func/F-10 func.spec,1.10,1.11 version,1.10,1.11

Adrian Likins alikins at fedoraproject.org
Mon Dec 22 18:14:43 UTC 2008


Author: alikins

Update of /cvs/pkgs/rpms/func/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17726

Modified Files:
	func.spec version 
Log Message:
0.24



Index: func.spec
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-10/func.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- func.spec	10 Dec 2008 17:01:13 -0000	1.10
+++ func.spec	22 Dec 2008 18:14:13 -0000	1.11
@@ -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: version
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-10/version,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- version	10 Dec 2008 17:48:13 -0000	1.10
+++ version	22 Dec 2008 18:14:13 -0000	1.11
@@ -1 +1 @@
-0.23 2 
+0.24 1




More information about the fedora-extras-commits mailing list