- Update to 2.1 Gold
- Set group of sample config files to root, not apache. Fixes RH #442372.
This commit is contained in:
parent
c7ef0b30f9
commit
288017705f
3 changed files with 10 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
pgpool-II-2.1-beta2.tar.gz
|
||||
pgpool-II-2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cb0cc6cc44695224c74d5835cef345b0 pgpool-II-2.1-beta2.tar.gz
|
||||
cf02f9358f46849bd526798868e13162 pgpool-II-2.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue