summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lutterkort <lutter@fedoraproject.org>2007-12-14 19:25:44 +0000
committerDavid Lutterkort <lutter@fedoraproject.org>2007-12-14 19:25:44 +0000
commitf4b7031e1b3b48c9d6a7edc8b160b0db6e6def89 (patch)
tree4c7d225952f9e8217fe98eff652c09daad1b8c5e
parentec1aecc45ed45e374a6251828ba29aa7195d4952 (diff)
downloadpuppet-package-f4b7031e1b3b48c9d6a7edc8b160b0db6e6def89.tar.gz
puppet-package-f4b7031e1b3b48c9d6a7edc8b160b0db6e6def89.tar.xz
puppet-package-f4b7031e1b3b48c9d6a7edc8b160b0db6e6def89.zip
-rw-r--r--.cvsignore2
-rw-r--r--puppet.spec17
-rw-r--r--sources2
3 files changed, 17 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore
index 072e1b8..98fbe3c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-puppet-0.23.2.tgz
+puppet-0.24.0.tgz
diff --git a/puppet.spec b/puppet.spec
index 98a85e5..863d33b 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -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 @@ 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
diff --git a/sources b/sources
index ad6b850..dbb108b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-496373ce2a7affbb639f85bcff38da0b puppet-0.23.2.tgz
+1956f4c8f99007ee69746b21cd62116e puppet-0.24.0.tgz