rpms/puppet/EL-5 .cvsignore, 1.16, 1.17 puppet.spec, 1.17, 1.18 sources, 1.16, 1.17

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Fri Dec 14 19:41:01 UTC 2007


Author: lutter

Update of /cvs/pkgs/rpms/puppet/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14664

Modified Files:
	.cvsignore puppet.spec sources 
Log Message:
New version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/EL-5/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	22 Aug 2007 17:40:30 -0000	1.16
+++ .cvsignore	14 Dec 2007 19:40:27 -0000	1.17
@@ -1 +1 @@
-puppet-0.23.2.tgz
+puppet-0.24.0.tgz


Index: puppet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/EL-5/puppet.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- puppet.spec	22 Aug 2007 17:40:30 -0000	1.17
+++ puppet.spec	14 Dec 2007 19:40:27 -0000	1.18
@@ -7,9 +7,9 @@
 
 Summary: A network tool for managing many disparate systems
 Name: puppet
-Version: 0.23.2
+Version: 0.24.0
 Release: 1%{?dist}
-License: GPL
+License: GPLv2+
 Group: System Environment/Base
 
 URL: http://puppet.reductivelabs.com/
@@ -48,6 +48,15 @@
 for f in bin/* ; do 
   sed -i -e '1c#!/usr/bin/ruby' $f
 done
+# Fix some rpmlint complaints
+for f in mac_dscl.pp mac_dscl_revert.pp \
+         mac_netinfo.pp mac_pkgdmg.pp ; do
+  sed -i -e'1d' examples/code/$f
+  chmod a-x examples/code/$f
+done
+
+find examples/ -type f -empty | xargs rm
+find examples/ -type f | xargs chmod a-x
 
 %install
 rm -rf %{buildroot}
@@ -148,6 +157,10 @@
 rm -rf %{buildroot}
 
 %changelog
+* Fri Dec 14 2007 David Lutterkort <dlutter at redhat.com> - 0.24.0-1
+- Fixed license
+- Munge examples/ to make rpmlint happier
+
 * Wed Aug 22 2007 David Lutterkort <dlutter at redhat.com> - 0.23.2-1
 - New version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/EL-5/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	22 Aug 2007 17:40:30 -0000	1.16
+++ sources	14 Dec 2007 19:40:27 -0000	1.17
@@ -1 +1 @@
-496373ce2a7affbb639f85bcff38da0b  puppet-0.23.2.tgz
+1956f4c8f99007ee69746b21cd62116e  puppet-0.24.0.tgz




More information about the fedora-extras-commits mailing list