- Fix Requires: issue, per #442021 (Alex Lancaster)

This commit is contained in:
Devrim GÜNDÜZ 2008-04-11 18:25:54 +00:00
commit c7ef0b30f9

View file

@ -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