Obsolete ruby-postgress, which was retired.
This commit is contained in:
parent
c9cce211c1
commit
d089b3bc44
@ -5,7 +5,7 @@
|
|||||||
Summary: A Ruby interface to the PostgreSQL RDBMS
|
Summary: A Ruby interface to the PostgreSQL RDBMS
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.12.2
|
Version: 0.12.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
||||||
#
|
#
|
||||||
@ -25,6 +25,8 @@ BuildRequires: ruby
|
|||||||
BuildRequires: postgresql-server postgresql-devel
|
BuildRequires: postgresql-server postgresql-devel
|
||||||
# Keep requiring rspec-core as long as rubygem(rspec) is provided by RSpec 1.x
|
# Keep requiring rspec-core as long as rubygem(rspec) is provided by RSpec 1.x
|
||||||
BuildRequires: rubygem(rspec-core)
|
BuildRequires: rubygem(rspec-core)
|
||||||
|
# Introduced in F17.
|
||||||
|
Obsoletes: ruby(postgres) <= 0.7.9-2010.01.28.2
|
||||||
Provides: rubygem(%{gem_name}) = %{version}
|
Provides: rubygem(%{gem_name}) = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -108,6 +110,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2012 Vít Ondruch <vondruch@redhat.com> - 0.12.2-2
|
||||||
|
- Obsolete ruby-postgress, which was retired.
|
||||||
|
|
||||||
* Tue Jan 24 2012 Vít Ondruch <vondruch@redhat.com> - 0.12.2-1
|
* Tue Jan 24 2012 Vít Ondruch <vondruch@redhat.com> - 0.12.2-1
|
||||||
- Rebuilt for Ruby 1.9.3.
|
- Rebuilt for Ruby 1.9.3.
|
||||||
- Upgrade to pg 0.12.2.
|
- Upgrade to pg 0.12.2.
|
||||||
|
Loading…
Reference in New Issue
Block a user