summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--puppet.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet.spec b/puppet.spec
index e12d273..57f23bc 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -49,6 +49,11 @@ for f in mac_dscl.pp mac_dscl_revert.pp \
sed -i -e'1d' examples/$f
chmod a-x examples/$f
done
+pushd lib/puppet >/dev/null
+for f in external/nagios.rb network/http_server/mongrel.rb relationship.rb; do
+ sed -i -e '1d' $f
+done
+popd > /dev/null
find examples/ -type f -empty | xargs rm
find examples/ -type f | xargs chmod a-x
@@ -168,6 +173,7 @@ rm -rf %{buildroot}
* Wed Oct 01 2008 Todd Zullinger <tmz@pobox.com> - 0.24.5-2
- Require ruby-shadow on Fedora and RHEL >= 5
- Simplify Fedora/RHEL version checks for ruby(abi) and BuildArch
+- Quiet a few rpmlint complaints
- Remove useless %%pbuild macro
* Mon Jul 28 2008 David Lutterkort <dlutter@redhat.com> - 0.24.5-1