Keep the spec working for older releases.

epel9
Vít Ondruch 12 years ago
parent 5b79a33f1a
commit 0ac8327272

@ -43,7 +43,11 @@ Requires: pciutils
Requires: net-tools Requires: net-tools
# Work around the lack of ruby in the default mock buildroot # Work around the lack of ruby in the default mock buildroot
%if "%{ruby_version}" %if "%{ruby_version}"
%if 0%{?fedora} >= 19
Requires: ruby(release) Requires: ruby(release)
%else
Requires: ruby(abi) = %{ruby_version}
%endif
%endif %endif
Requires: which Requires: which

Loading…
Cancel
Save