[rubygem-pg/el6] Fix provides macro.

Vít Ondruch vondruch at fedoraproject.org
Tue Apr 24 06:14:53 UTC 2012


commit f60f32a12d5df7f8b3a0aaffe38584925f18028b
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Apr 24 08:14:47 2012 +0200

    Fix provides macro.

 rubygem-pg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-pg.spec b/rubygem-pg.spec
index 951b185..22ac9fe 100644
--- a/rubygem-pg.spec
+++ b/rubygem-pg.spec
@@ -8,7 +8,7 @@
 Summary: A Ruby interface to the PostgreSQL RDBMS
 Name: rubygem-%{gemname}
 Version: 0.12.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 # Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
 #
@@ -30,7 +30,7 @@ BuildRequires: postgresql-server postgresql-devel
 # Keep requiring rspec-core as long as rubygem(rspec) is provided by RSpec 1.x
 BuildRequires: rubygem(rspec-core)
 %endif
-Provides: rubygem(%{gem_name}) = %{version}
+Provides: rubygem(%{gemname}) = %{version}
 
 %description
 This is the extension library to access a PostgreSQL database from Ruby.
@@ -115,6 +115,9 @@ popd
 
 
 %changelog
+* Tue Apr 24 2012 Vít Ondruch <vondruch at redhat.com> - 0.12.2-2
+- Fix provides macro.
+
 * Tue Apr 03 2012 Vít Ondruch <vondruch at redhat.com> - 0.12.2-1
 - Upgrade to pg 0.12.2.
 


More information about the scm-commits mailing list