- Fix Requires: issue, per #442021 (Alex Lancaster)
This commit is contained in:
parent
893b6bb409
commit
c7ef0b30f9
1 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
||||
Name: postgresql-%{short_name}
|
||||
Version: 2.1
|
||||
Release: beta2%{?dist}.1
|
||||
Release: 0.2.beta2%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
URL: http://pgpool.projects.PostgreSQL.org/pgpool-II/en
|
||||
|
|
@ -37,7 +37,7 @@ DB nodes to be connected, which was not possible in pgpool-I.
|
|||
%package devel
|
||||
Summary: The development files for pgpool-II
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-beta2
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development headers and libraries for pgpool-II.
|
||||
|
|
@ -102,6 +102,9 @@ chkconfig --add pgpool
|
|||
%{_libdir}/libpcp.so
|
||||
|
||||
%changelog
|
||||
* Fri Apr 11 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.1-0.2.beta2
|
||||
- Fix Requires: issue, per #442021 (Alex Lancaster)
|
||||
|
||||
* Sun Apr 6 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.1-beta2
|
||||
- Update to 2.1 beta2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue