[rubygem-rack-protection] Fixed rspec dependency

Michal Fojtik mfojtik at fedoraproject.org
Fri Feb 22 13:58:34 UTC 2013


commit 929929ffee951f108f0e7eb94e1a1e56f5f1a280
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Fri Feb 22 14:58:23 2013 +0100

    Fixed rspec dependency

 rubygem-rack-protection.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-rack-protection.spec b/rubygem-rack-protection.spec
index 8b6f6be..020c774 100644
--- a/rubygem-rack-protection.spec
+++ b/rubygem-rack-protection.spec
@@ -17,7 +17,7 @@ BuildRequires:  rubygems-devel
 %if 0%{bootstrap} < 1
 BuildRequires:  rubygem(minitest)
 BuildRequires:  rubygem(rack)
-BuildRequires:  rubygem(rspec-core)
+BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(rack-test)
 %endif
 BuildArch:      noarch
@@ -71,6 +71,9 @@ cp -rv .%{gem_dir}/* %{buildroot}%{gem_dir}
 %doc %{gem_docdir}
 
 %changelog
+* Fri Feb 22 2013 Michal Fojtik <mfojtik at redhat.com> - 1.3.2-2
+- Fixed rspec dependency
+
 * Thu Feb 21 2013 Michal Fojtik <mfojtik at redhat.com> - 1.3.2-1
 - Release 1.3.2
 


More information about the scm-commits mailing list