rpms/puppet/EL-4 .cvsignore, 1.14, 1.15 puppet.spec, 1.15, 1.16 sources, 1.14, 1.15

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


Author: lutter

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/EL-4/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	22 Aug 2007 17:35:59 -0000	1.14
+++ .cvsignore	14 Dec 2007 19:38:22 -0000	1.15
@@ -1 +1 @@
-puppet-0.23.2.tgz
+puppet-0.24.0.tgz


Index: puppet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/EL-4/puppet.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- puppet.spec	22 Aug 2007 17:35:59 -0000	1.15
+++ puppet.spec	14 Dec 2007 19:38:22 -0000	1.16
@@ -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-4/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	22 Aug 2007 17:35:59 -0000	1.14
+++ sources	14 Dec 2007 19:38:22 -0000	1.15
@@ -1 +1 @@
-496373ce2a7affbb639f85bcff38da0b  puppet-0.23.2.tgz
+1956f4c8f99007ee69746b21cd62116e  puppet-0.24.0.tgz




More information about the fedora-extras-commits mailing list