rpms/func/F-8 .cvsignore, 1.8, 1.9 func.spec, 1.7, 1.8 sources, 1.8, 1.9 version, 1.7, 1.8

Adrian Likins alikins at fedoraproject.org
Wed Sep 17 16:14:00 UTC 2008


Author: alikins

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

Modified Files:
	.cvsignore func.spec sources version 
Log Message:
func 0.23 build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	2 Jul 2008 19:46:07 -0000	1.8
+++ .cvsignore	17 Sep 2008 16:13:29 -0000	1.9
@@ -5,3 +5,4 @@
 func-0.18.tar.gz
 func-0.20.tar.gz
 func-0.21.tar.gz
+func-0.23.tar.gz


Index: func.spec
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-8/func.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- func.spec	2 Jul 2008 19:46:07 -0000	1.7
+++ func.spec	17 Sep 2008 16:13:29 -0000	1.8
@@ -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,15 @@
 
 
 %changelog
+* 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 +149,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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	2 Jul 2008 19:46:07 -0000	1.8
+++ sources	17 Sep 2008 16:13:29 -0000	1.9
@@ -3,3 +3,4 @@
 def199858286218daef908e871f2e7ca  func-0.18.tar.gz
 2ea0cc2735e4764ad8cb11bd6edae47e  func-0.20.tar.gz
 715638833720c85076fe04cd2e31fc32  func-0.21.tar.gz
+821f5ba123d7fe2e98aa51b8f00a17c2  func-0.23.tar.gz


Index: version
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-8/version,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- version	2 Jul 2008 19:46:07 -0000	1.7
+++ version	17 Sep 2008 16:13:29 -0000	1.8
@@ -1 +1 @@
-0.21 1
+0.23 1




More information about the fedora-extras-commits mailing list