[rubygem-bcrypt-ruby] Fixed wrong provide.

Vít Ondruch vondruch at fedoraproject.org
Thu Feb 2 12:01:09 UTC 2012


commit f06e4fe1ff926974ef399492c7a2e024a0970860
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Feb 2 13:01:01 2012 +0100

    Fixed wrong provide.

 rubygem-bcrypt-ruby.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-bcrypt-ruby.spec b/rubygem-bcrypt-ruby.spec
index 2001731..a104f5e 100644
--- a/rubygem-bcrypt-ruby.spec
+++ b/rubygem-bcrypt-ruby.spec
@@ -6,7 +6,7 @@
 Summary: Wrapper around bcrypt() password hashing algorithm
 Name: rubygem-%{gem_name}
 Version: 3.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 # ext/* - Public Domain
 # spec/TestBCrypt.java - ISC
@@ -19,7 +19,7 @@ BuildRequires: rubygems-devel
 BuildRequires: ruby-devel
 # Use rspec-core until rspec are not migrated to RSpec 2.x
 BuildRequires: rubygem(rspec-core)
-Provides: rubygem(%{gemname}) = %{version}
+Provides: rubygem(%{gem_name}) = %{version}
 
 %description
 bcrypt() is a sophisticated and secure hash algorithm designed by The
@@ -70,6 +70,9 @@ popd
 
 
 %changelog
+* Thu Feb 02 2012 Vít Ondruch <vondruch at redhat.com> - 3.0.1-4
+- Fixed wrong provide.
+
 * Mon Jan 23 2012 Vít Ondruch <vondruch at redhat.com> - 3.0.1-3
 - Rebuilt for Ruby 1.9.3.
 


More information about the scm-commits mailing list