Remove F18 conditionals since it's EOL now

epel9
Sam Kottler 11 years ago
parent a162ea3e6c
commit f127291835

@ -11,13 +11,7 @@
%global puppet_libdir %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"]') %global puppet_libdir %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"]')
%endif %endif
# F-17 also ships with systemd; package/use systemd files in this case
%if 0%{?fedora} > 18
%global _with_systemd 1 %global _with_systemd 1
%else
%global _with_systemd 0
%endif
%global confdir ext/redhat %global confdir ext/redhat
Name: puppet Name: puppet
@ -43,12 +37,8 @@ BuildArch: noarch
%if 0%{?rhel} && 0%{?rhel} <= 6 %if 0%{?rhel} && 0%{?rhel} <= 6
Requires: ruby(abi) = 1.8 Requires: ruby(abi) = 1.8
%else %else
%if 0%{?fedora} <= 18
Requires: ruby(abi) = 1.9.1
%else
Requires: ruby(release) Requires: ruby(release)
%endif %endif
%endif
Requires: ruby(shadow) Requires: ruby(shadow)
# Prevents jruby from being pulled in by dependencies (BZ #985208) # Prevents jruby from being pulled in by dependencies (BZ #985208)

Loading…
Cancel
Save