[rubygem-simplecov-html/epel7] fix for correct EPEL7 build

tdawson tdawson at fedoraproject.org
Tue Apr 15 16:21:18 UTC 2014


commit 6644481deb42512df80cb255bc7a93ec4b7941d4
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Apr 15 11:21:03 2014 -0500

    fix for correct EPEL7 build

 rubygem-simplecov-html.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-simplecov-html.spec b/rubygem-simplecov-html.spec
index 71e104b..0671880 100644
--- a/rubygem-simplecov-html.spec
+++ b/rubygem-simplecov-html.spec
@@ -4,12 +4,12 @@
 Summary:       Default HTML formatter for SimpleCov
 Name:          rubygem-%{gem_name}
 Version:       0.7.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           https://github.com/colszowka/simplecov-html
 Source0:       http://rubygems.org/gems/%{gem_name}-%{version}.gem
-%if 0%{?fedora} >= 19
+%if 0%{?fedora} >= 19 || 0%{?rhel} > 6
 Requires:      ruby(release)
 %else
 Requires:      ruby(abi) >= %{rubyabi}
@@ -97,6 +97,9 @@ rm -f %{buildroot}%{gem_instdir}/simplecov-html.gemspec
 %{gem_instdir}/test
 
 %changelog
+* Tue Apr 15 2014 Troy Dawson <tdawson at redhat.com> - 0.7.1-4
+- fix for correct EPEL7 build
+
 * Wed Mar 13 2013 Troy Dawson <tdawson at redhat.com> - 0.7.1-3
 - Fix to make it build/install on F19+
 


More information about the scm-commits mailing list