rpms/func/devel func.spec,1.9,1.10 version,1.8,1.9

Adrian Likins alikins at fedoraproject.org
Mon Dec 1 20:43:16 UTC 2008


Author: alikins

Update of /cvs/pkgs/rpms/func/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26402

Modified Files:
	func.spec version 
Log Message:
rev for python 2.6



Index: func.spec
===================================================================
RCS file: /cvs/pkgs/rpms/func/devel/func.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- func.spec	2 Jul 2008 19:47:00 -0000	1.9
+++ func.spec	1 Dec 2008 20:42:45 -0000	1.10
@@ -13,6 +13,7 @@
 Group: Applications/System
 Requires: python >= 2.3
 Requires: pyOpenSSL
+Requires: python-simplejson
 Requires: certmaster >= 0.1
 BuildRequires: python-devel
 %if %is_suse
@@ -54,6 +55,8 @@
 %{_bindir}/func
 %{_bindir}/func-inventory
 %{_bindir}/func-create-module
+%{_bindir}/func-transmit
+%{_bindir}/func-build-map
 #%{_bindir}/update-func
 /etc/init.d/funcd
 %dir %{_sysconfdir}/%{name}
@@ -66,10 +69,12 @@
 %dir %{python_sitelib}/func/minion
 %dir %{python_sitelib}/func/overlord
 %dir %{python_sitelib}/func/overlord/cmd_modules
+%dir %{python_sitelib}/func/yaml
 %{python_sitelib}/func/minion/*.py*
 %{python_sitelib}/func/overlord/*.py*
 %{python_sitelib}/func/overlord/cmd_modules/*.py*
 %{python_sitelib}/func/overlord/modules/*.py*
+%{python_sitelib}/func/yaml/*.py*
 %{python_sitelib}/func/*.py*
 %dir %{python_sitelib}/func/minion/modules
 %{python_sitelib}/func/minion/modules/*.py*
@@ -85,6 +90,7 @@
 %{_mandir}/man1/func.1.gz
 %{_mandir}/man1/func-inventory.1.gz
 %{_mandir}/man1/funcd.1.gz
+%{_mandir}/man1/func-transmit.1.gz
 
 
 %post
@@ -124,6 +130,18 @@
 
 
 %changelog
+* Mon Dec 1 2008 Adrian Likins <alikins at redhat.com> - 0.23-2
+- rev for python 2.6
+
+* Fri Jul 18 2008 Adrian Likins <alikins at redhat.com> - 0.23-1
+- remove requirement for pyyaml, add python-simplejson
+
+* Fri Jul 11 2008 Michael DeHaan <mdehaan at redhat.com> - 0.23-1
+- (for ssalevan) adding in mapping/delegation tools
+
+* Mon Jul 07 2008 Michael DeHaan <mdehaan at redhat.com> - 0.22-1
+- packaged func-transmit script
+
 * Wed Jul 02 2008 Michael DeHaan <mdehaan at redhat.com> - 0.21-1
 - new release, upstream changes
 
@@ -134,6 +152,7 @@
 - fix fedora bug #441283 - typo in postinstall scriptlet
   (the init.d symlinks for runlevels 1 and 6 were created wrong)
 
+
 * Mon Mar 03 2008 Adrian Likins <alikins at redhat.com> - 0.18-1
 - split off certmaster
 


Index: version
===================================================================
RCS file: /cvs/pkgs/rpms/func/devel/version,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- version	2 Jul 2008 19:47:00 -0000	1.8
+++ version	1 Dec 2008 20:42:46 -0000	1.9
@@ -1 +1 @@
-0.21 1
+0.23 2 




More information about the fedora-extras-commits mailing list