Fix Requires of -devel package, per bz#429436
This commit is contained in:
parent
33e0eb3517
commit
1cc2f3f633
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.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
URL: http://pgpool.projects.PostgreSQL.org/pgpool-II/en
|
||||
|
|
@ -38,7 +38,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: %{short_name} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
Development headers and libraries for pgpool-II.
|
||||
|
|
@ -104,6 +104,9 @@ chkconfig --add pgpool
|
|||
%{_libdir}/libpcp.so
|
||||
|
||||
%changelog
|
||||
* Sat Jan 19 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.0.1-2
|
||||
- Fix Requires of -devel package, per bz#429436
|
||||
|
||||
* Sun Jan 13 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
- Add a temp patch that will disappear in 2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue