[rubygem-ghost/f19] Actually fixed the broken dependency this time

Matt Spaulding madsa at fedoraproject.org
Sun Mar 17 15:08:26 UTC 2013


commit 97a5f9b927f8a3f0d37d0efbc6b89fa9906df147
Author: Matt Spaulding <mspaulding06 at gmail.com>
Date:   Sun Mar 17 08:07:20 2013 -0700

    Actually fixed the broken dependency this time

 rubygem-ghost.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-ghost.spec b/rubygem-ghost.spec
index cddd69d..1d86d22 100644
--- a/rubygem-ghost.spec
+++ b/rubygem-ghost.spec
@@ -3,13 +3,13 @@
 Summary:        Allows you to create, list, and modify local hostnames
 Name:           rubygem-%{gem_name}
 Version:        0.3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://github.com/bjeanes/ghost
 Source0:        http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       ruby(abi) = 1.9.3
+Requires:       ruby(release) >= 1.9.1
 Requires:       ruby(rubygems)
 BuildRequires:  rubygems-devel
 BuildArch:      noarch
@@ -77,6 +77,9 @@ find $RPM_BUILD_ROOT%{gem_instdir} -maxdepth 1 -empty -delete
 
 
 %changelog
+* Sun Mar 17 2013 Matt Spaulding <mspaulding06 at gmail.com> - 0.3.0-5
+- Misunderstood what fix was needed. Changed ruby(abi) to ruby(release)
+
 * Sat Mar 16 2013 Matt Spaulding <mspaulding06 at gmail.com> - 0.3.0-4
 - Updated ruby(abi) to 1.9.3
 


More information about the scm-commits mailing list