From 180bbc6859d15e63e58ce8ebfeff408ae16a0db5 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 1 Oct 2008 20:43:17 -0400 Subject: Quiet a few rpmlint complaints --- puppet.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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 - 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 - 0.24.5-1 -- cgit