summaryrefslogtreecommitdiffstats
path: root/puppet.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-10-01 19:37:26 -0400
committerTodd Zullinger <tmz@pobox.com>2008-10-01 19:37:26 -0400
commit63eef60823ef019d62d1890183a3c77761ec44eb (patch)
treec5bfc052660c8f1328173b453e976b5e0d078b86 /puppet.spec
parent2cd375776815ec26b7312d608c1f275de5f190b5 (diff)
downloadpuppet-package.git~-63eef60823ef019d62d1890183a3c77761ec44eb.tar.gz
puppet-package.git~-63eef60823ef019d62d1890183a3c77761ec44eb.tar.xz
puppet-package.git~-63eef60823ef019d62d1890183a3c77761ec44eb.zip
Require ruby-shadow on Fedora and RHEL >= 5
Diffstat (limited to 'puppet.spec')
-rw-r--r--puppet.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet.spec b/puppet.spec
index 1c2e4fb..e12d273 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -14,6 +14,7 @@ Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
Requires: ruby >= 1.8.1
%if 0%{?fedora} || 0%{?rhel} >= 5
Requires: ruby(abi) = 1.8
+Requires: ruby-shadow
BuildArch: noarch
%endif
Requires: facter >= 1.1.4
@@ -165,6 +166,7 @@ rm -rf %{buildroot}
%changelog
* 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
- Remove useless %%pbuild macro