summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2010-01-05 21:47:02 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2010-01-05 21:47:02 +0000
commited84aa863a722bbbad135fe82ae1dc549be89f3c (patch)
treed5b94cd1c8979e3f0a24a22c06f96938f0867fa8
parent3e7073eecc187fdd072b17fa193691c9d58320b6 (diff)
downloadpuppet-package-ed84aa863a722bbbad135fe82ae1dc549be89f3c.tar.gz
puppet-package-ed84aa863a722bbbad135fe82ae1dc549be89f3c.tar.xz
puppet-package-ed84aa863a722bbbad135fe82ae1dc549be89f3c.zip
Replace %%define with %%global for macrospuppet-0_25_2-1_fc13_1
-rw-r--r--puppet.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/puppet.spec b/puppet.spec
index b08b81a..ef5d2fc 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -1,12 +1,12 @@
# Augeas and SELinux requirements may be disabled at build time by passing
# --without augeas and/or --without selinux to rpmbuild or mock
-%{!?ruby_sitelibdir: %define ruby_sitelibdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
-%define confdir conf/redhat
+%{!?ruby_sitelibdir: %global ruby_sitelibdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
+%global confdir conf/redhat
Name: puppet
Version: 0.25.2
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: A network tool for managing many disparate systems
License: GPLv2+
URL: http://puppet.reductivelabs.com/
@@ -222,6 +222,9 @@ fi
rm -rf %{buildroot}
%changelog
+* Tue Jan 05 2010 Todd Zullinger <tmz@pobox.com> - 0.25.2-1.1
+- Replace %%define with %%global for macros
+
* Tue Jan 05 2010 Todd Zullinger <tmz@pobox.com> - 0.25.2-1
- Update to 0.25.2
- Fixes CVE-2010-0156, tmpfile security issue (#502881)