Project

General

Profile

Bug #928 » 0003-Corrected-Requires-line-to-work-with-f15-and-C5.patch

Corrected patch for spec file. - D. Johnson, 05/29/2011 04:29 PM

View differences:

extras/spec/foreman.spec
Requires: rubygems
Requires: rubygem(rake) >= 0.8.3
Requires: puppet >= 0.24.4
%if ! (0%{?fedora} > 14 || 0%{?rhel} > 5)
Requires: rubygem(sqlite3)
%if (0%{?fedora} > 14 || 0%{?rhel} > 6)
Requires: rubygem(sqlite3)
%else
Requires: rubygem(sqlite3-ruby)
Requires: rubygem(sqlite3-ruby)
%endif
Requires: rubygem(rest-client)
Requires: rubygem(json)
(2-2/3)