rpms/postgresql-pgpool-II/devel postgresql-pgpool-II.spec,1.6,1.7

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Sun Aug 5 02:59:19 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpool-II/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8115

Modified Files:
	postgresql-pgpool-II.spec 
Log Message:
- Added a patch for sample conf file to use Fedora defaults




Index: postgresql-pgpool-II.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/devel/postgresql-pgpool-II.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- postgresql-pgpool-II.spec	5 Aug 2007 00:31:12 -0000	1.6
+++ postgresql-pgpool-II.spec	5 Aug 2007 02:58:47 -0000	1.7
@@ -10,6 +10,7 @@
 Source0:	http://pgfoundry.org/frs/download.php/1419/%{short_name}-%{version}.tar.gz
 Source1:        pgpool.init
 Source2:        pgpool.sysconfig
+Patch1:		pgpool.conf.sample.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	postgresql-devel pam-devel
 
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q -n %{short_name}-%{version}
+%patch1 -p0
 
 %build
 %configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql-lib=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath
@@ -98,6 +100,7 @@
 * Sun Aug 5 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-2
 - Added an init script for pgpool
 - Added /etc/sysconfig/pgpool
+- Added a patch for sample conf file to use Fedora defaults
 
 * Wed Aug 1 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-1
 - Update to 1.2




More information about the fedora-extras-commits mailing list