rpms/postgresql-pgpool-II/F-7 .cvsignore, 1.3, 1.4 pgpool.conf.sample.patch, 1.1, 1.2 postgresql-pgpool-II.spec, 1.6, 1.7 sources, 1.4, 1.5

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Sat Oct 6 00:25:36 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpool-II/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6517/F-7

Modified Files:
	.cvsignore pgpool.conf.sample.patch postgresql-pgpool-II.spec 
	sources 
Log Message:
Update pgpool-II to 1.2.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Aug 2007 06:48:29 -0000	1.3
+++ .cvsignore	6 Oct 2007 00:25:03 -0000	1.4
@@ -1 +1 @@
-pgpool-II-1.2.tar.gz
+pgpool-II-1.2.1.tar.gz

pgpool.conf.sample.patch:

Index: pgpool.conf.sample.patch
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/F-7/pgpool.conf.sample.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgpool.conf.sample.patch	16 Aug 2007 09:22:59 -0000	1.1
+++ pgpool.conf.sample.patch	6 Oct 2007 00:25:03 -0000	1.2
@@ -1,20 +1,13 @@
---- pgpool.conf.sample.old	2007-08-05 05:27:53.000000000 +0300
-+++ pgpool.conf.sample	2007-08-05 05:29:01.000000000 +0300
-@@ -1,6 +1,5 @@
- #
- # pgpool-II configuration file sample
--# $Header$
- 
- # Host name or IP address to listen on: '*' for all, '' for no TCP/IP
- # connections
-@@ -12,16 +11,14 @@
+--- pgpool.conf.sample.old	2007-10-05 17:16:23.000000000 -0700
++++ pgpool.conf.sample	2007-10-05 17:18:11.000000000 -0700
+@@ -12,16 +12,14 @@
  # Port number for pgpool communication manager
  pcp_port = 9898
  
 -# Unix domain socket path.  (The Debian package defaults to
 -# /var/run/postgresql.)
 -socket_dir = '/tmp'
-+# Unix domain socket path.  
++# Unix domain socket path.
 +socket_dir = '/var/run'
  
  # Unix domain socket path for pgpool communication manager.
@@ -24,12 +17,12 @@
  
 -# Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
 -backend_socket_dir = '/tmp'
-+# Unix domain socket path for the backend. 
++# Unix domain socket path for the backend.
 +backend_socket_dir = '/var/run'
  
  # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
  pcp_timeout = 10
-@@ -44,7 +41,7 @@
+@@ -44,7 +42,7 @@
  child_max_connections = 0
  
  # Logging directory


Index: postgresql-pgpool-II.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/F-7/postgresql-pgpool-II.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- postgresql-pgpool-II.spec	16 Aug 2007 09:44:51 -0000	1.6
+++ postgresql-pgpool-II.spec	6 Oct 2007 00:25:03 -0000	1.7
@@ -2,12 +2,12 @@
 
 Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
 Name:		postgresql-%{short_name}
-Version:	1.2
-Release:	4%{?dist}
+Version:	1.2.1
+Release:	1%{?dist}
 License:	BSD
 Group:		Applications/Databases
 URL:		http://pgpool.projects.PostgreSQL.org/pgpool-II/en
-Source0:	http://pgfoundry.org/frs/download.php/1419/%{short_name}-%{version}.tar.gz
+Source0:	http://pgfoundry.org/frs/download.php/1472/%{short_name}-%{version}.tar.gz
 Source1:        pgpool.init
 Source2:        pgpool.sysconfig
 Patch1:		pgpool.conf.sample.patch
@@ -61,7 +61,7 @@
 install -d %{buildroot}%{_initrddir}
 install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/pgpool
 install -d %{buildroot}%{_sysconfdir}/sysconfig
-install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/pgpool
+install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/pgpool
 
 # nuke libtool archive and static lib
 rm -f %{buildroot}%{_libdir}/libpcp.{a,la}
@@ -69,7 +69,10 @@
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post 
+/sbin/ldconfig
+chkconfig --add pgpool
+
 %postun -p /sbin/ldconfig
 
 %files
@@ -100,6 +103,13 @@
 %{_libdir}/libpcp.so
 
 %changelog
+* Fri Oct 5 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2.1-1
+- Update to 1.2.1
+
+* Wed Aug 29 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-5
+- Chmod sysconfig/pgpool to 644, not 755. Per BZ review.
+- Run chkconfig --add pgpool during %%post.
+
 * Thu Aug 16 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-4
 - Fixed the directory name where sample conf files and sql files 
   are installed.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Aug 2007 06:48:29 -0000	1.4
+++ sources	6 Oct 2007 00:25:03 -0000	1.5
@@ -1 +1 @@
-8fed94ed12769dacbbf8758b2154e5a7  pgpool-II-1.2.tar.gz
+af2d2024ef1b8776d3145fb9f363d9ba  pgpool-II-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list