From 63eef60823ef019d62d1890183a3c77761ec44eb Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 1 Oct 2008 19:37:26 -0400 Subject: Require ruby-shadow on Fedora and RHEL >= 5 --- puppet.spec | 2 ++ 1 file changed, 2 insertions(+) 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 - 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 -- cgit