https://bugzilla.redhat.com/show_bug.cgi?id=1203105 --- Comment #11 from Ken Dreyer <ktdreyer@xxxxxxxxxxxx> --- For this conditional: %if 0%{?rhel} > 0 Provides: rubygem(%{gem_name}) = %{version} %endif If you want to provide backwards compatibility with RHEL 7 as well as forward compatibility with Fedora 21 and RHEL 8+, you can use: %if 0%{?fc20} || 0%{?el7} Provides: rubygem(%{gem_name}) = %{version} %endif You can also remove the trailing space on line 12 ("BuildRequires: rubygems-devel ") and line 101 (in the %changelog, "explicit rubygems-requires) ") -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review