|
|
@ -1,12 +1,12 @@
|
|
|
|
# Augeas and SELinux requirements may be disabled at build time by passing
|
|
|
|
# Augeas and SELinux requirements may be disabled at build time by passing
|
|
|
|
# --without augeas and/or --without selinux to rpmbuild or mock
|
|
|
|
# --without augeas and/or --without selinux to rpmbuild or mock
|
|
|
|
|
|
|
|
|
|
|
|
%{!?ruby_sitelibdir: %define ruby_sitelibdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
|
|
|
|
%{!?ruby_sitelibdir: %global ruby_sitelibdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
|
|
|
|
%define confdir conf/redhat
|
|
|
|
%global confdir conf/redhat
|
|
|
|
|
|
|
|
|
|
|
|
Name: puppet
|
|
|
|
Name: puppet
|
|
|
|
Version: 0.25.2
|
|
|
|
Version: 0.25.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
Summary: A network tool for managing many disparate systems
|
|
|
|
Summary: A network tool for managing many disparate systems
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://puppet.reductivelabs.com/
|
|
|
|
URL: http://puppet.reductivelabs.com/
|
|
|
@ -222,6 +222,9 @@ fi
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Jan 05 2010 Todd Zullinger <tmz@pobox.com> - 0.25.2-1
|
|
|
|
- Update to 0.25.2
|
|
|
|
- Update to 0.25.2
|
|
|
|
- Fixes CVE-2010-0156, tmpfile security issue (#502881)
|
|
|
|
- Fixes CVE-2010-0156, tmpfile security issue (#502881)
|
|
|
|