- Update to 2.1 Gold

- Set group of sample config files to root, not apache. Fixes RH #442372.
This commit is contained in:
Devrim GÜNDÜZ 2008-08-12 05:06:59 +00:00
commit 288017705f
3 changed files with 10 additions and 6 deletions

View file

@ -1 +1 @@
pgpool-II-2.1-beta2.tar.gz
pgpool-II-2.1.tar.gz

View file

@ -3,11 +3,11 @@
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
Name: postgresql-%{short_name}
Version: 2.1
Release: 0.2.beta2%{?dist}
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
URL: http://pgpool.projects.PostgreSQL.org/pgpool-II/en
Source0: http://pgfoundry.org/frs/download.php/1726/%{short_name}-%{version}-beta2.tar.gz
Source0: http://pgfoundry.org/frs/download.php/1843/%{short_name}-%{version}.tar.gz
Source1: pgpool.init
Source2: pgpool.sysconfig
Patch1: pgpool.conf.sample.patch
@ -43,7 +43,7 @@ Requires: %{name} = %{version}-%{release}
Development headers and libraries for pgpool-II.
%prep
%setup -q -n %{short_name}-%{version}-beta2
%setup -q -n %{short_name}-%{version}
%patch1 -p0
%build
@ -90,7 +90,7 @@ chkconfig --add pgpool
%{_mandir}/man8/pgpool*
%{_datadir}/%{short_name}/system_db.sql
%{_libdir}/libpcp.so.*
%attr(764,root,apache) %{_datadir}/%{short_name}/*.conf.sample
%attr(764,root,root) %{_datadir}/%{short_name}/*.conf.sample
%{_datadir}/%{short_name}/pgpool.pam
%{_initrddir}/pgpool
%config(noreplace) %{_sysconfdir}/sysconfig/pgpool
@ -102,6 +102,10 @@ chkconfig --add pgpool
%{_libdir}/libpcp.so
%changelog
* Tue Aug 12 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.1-1
- Update to 2.1 Gold
- Set group of sample config files to root, not apache. Fixes RH #442372.
* Fri Apr 11 2008 Devrim Gunduz <devrim@CommandPrompt.com> 2.1-0.2.beta2
- Fix Requires: issue, per #442021 (Alex Lancaster)

View file

@ -1 +1 @@
cb0cc6cc44695224c74d5835cef345b0 pgpool-II-2.1-beta2.tar.gz
cf02f9358f46849bd526798868e13162 pgpool-II-2.1.tar.gz