diff --git a/rubygem-pango.spec b/rubygem-pango.spec index 1663998..b3a10f5 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} >= 17 +%if %{?fedora:0%{fedora} >= 17}%{?rhel:0%{rhel} >= 7} %global rubyabi 1.9.1 %global header_dir %{ruby_vendorarchdir} %global ruby19 1 @@ -20,7 +20,7 @@ Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -283,6 +283,9 @@ ruby -Ilib:test ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Tue Apr 03 2012 Bohuslav Kabrda - 1.1.2-4 +- Fix conditionals for F17 to work for RHEL 7 as well. + * Wed Feb 1 2012 Mamoru Tasaka - 1.1.2-4 - Add proper Obsoletes/Provides