[rubygem-rugged/epel7] fix if statement

tdawson tdawson at fedoraproject.org
Fri Jul 25 22:26:58 UTC 2014


commit ad41ec33245b5e86b38ddafa93fbc4e2fd3796fd
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jul 25 17:26:47 2014 -0500

    fix if statement

 rubygem-rugged.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-rugged.spec b/rubygem-rugged.spec
index d6dd615..cad9e3e 100644
--- a/rubygem-rugged.spec
+++ b/rubygem-rugged.spec
@@ -19,7 +19,7 @@ Source0:       http://rubygems.org/gems/%{gem_name}-%{version}.gem
 #  tar cfz rugged-0.19.0-test.tgz test/ Rakefile
 Source1:       %{gem_name}-%{version}-test.tgz
 Requires:      ruby(rubygems)
-%if 0%{?fedora} >= 19
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 Requires:      ruby(release)
 BuildRequires: ruby(release)
 %else


More information about the scm-commits mailing list