summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDavid Lutterkort <dlutter@redhat.com>2007-12-14 11:19:07 -0800
committerDavid Lutterkort <dlutter@redhat.com>2007-12-17 15:35:29 -0800
commitcc2d532fbc77b4ebfab6772ec9f2343da52b4c49 (patch)
tree1ebe1592b7d945dd963857d9cecb01e11953c471 /conf
parente0dab9a48896f3d92b2845f5a886885ede777305 (diff)
downloadpuppet-cc2d532fbc77b4ebfab6772ec9f2343da52b4c49.tar.gz
puppet-cc2d532fbc77b4ebfab6772ec9f2343da52b4c49.tar.xz
puppet-cc2d532fbc77b4ebfab6772ec9f2343da52b4c49.zip
Updated for 0.24.0
Diffstat (limited to 'conf')
-rw-r--r--conf/redhat/puppet.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index fe181f544..863d33b4b 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -9,7 +9,7 @@ Summary: A network tool for managing many disparate systems
Name: puppet
Version: 0.24.0
Release: 1%{?dist}
-License: GPL
+License: GPLv2+
Group: System Environment/Base
URL: http://puppet.reductivelabs.com/
@@ -48,6 +48,15 @@ The server can also function as a certificate authority and file server.
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 @@ fi
rm -rf %{buildroot}
%changelog
+* Fri Dec 14 2007 David Lutterkort <dlutter@redhat.com> - 0.24.0-1
+- Fixed license
+- Munge examples/ to make rpmlint happier
+
* Wed Aug 22 2007 David Lutterkort <dlutter@redhat.com> - 0.23.2-1
- New version