From f4b7031e1b3b48c9d6a7edc8b160b0db6e6def89 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Fri, 14 Dec 2007 19:25:44 +0000 Subject: New version --- .cvsignore | 2 +- puppet.spec | 17 +++++++++++++++-- sources | 2 +- 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 - 0.24.0-1 +- Fixed license +- Munge examples/ to make rpmlint happier + * Wed Aug 22 2007 David Lutterkort - 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 -- cgit