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

tdawson tdawson at fedoraproject.org
Tue Apr 15 16:22:45 UTC 2014


commit 5f7615d3ca61c288c47176225f655e54f1ec2d56
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Apr 15 11:22:31 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 365163d..be924dc 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.8.0
-Release:       1%{?dist}
+Release:       2%{?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}
@@ -84,6 +84,9 @@ rm -f %{buildroot}%{gem_instdir}/simplecov-html.gemspec
 %{gem_instdir}/test
 
 %changelog
+* Tue Apr 15 2014 Troy Dawson <tdawson at redhat.com> - 0.8.0-2
+- fix for correct EPEL7 build
+
 * Tue Feb 04 2014 Troy Dawson <tdawson at redhat.com> - 0.8.0-1
 - Updated to version 0.8.0
 - Update to latest ruby spec guidelines


More information about the scm-commits mailing list