]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- added small fix/workaround for pg_ctl failing when unix_socket_directory
authorhawk <hawk@pld-linux.org>
Tue, 4 Apr 2006 17:08:50 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is defined in postgresql.conf
- release 2

Changed files:
    postgresql.spec -> 1.352

postgresql.spec

index 739459c1b9111fc0439ea9b1e760c400435f7fd2..fcdbfbb6d553ee04a25dda3f03553e265a47d882 100644 (file)
@@ -26,7 +26,7 @@ Summary(uk):  PostgreSQL - 
 Summary(zh_CN):        PostgreSQL ¿Í»§¶Ë³ÌÐòºÍ¿âÎļþ
 Name:          postgresql
 Version:       8.1.3
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -44,6 +44,7 @@ Patch2:               %{name}-link.patch
 Patch3:                %{name}-ecpg_link.patch
 Patch4:                %{name}-ecpg-includedir.patch
 Patch5:                %{name}-ac.patch
+Patch6:                %{name}-pg_ctl-fix.patch
 URL:           http://www.postgresql.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -744,6 +745,7 @@ http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
 %patch3 -p1
 %patch4 -p1
 #patch5 -p1    needed for glibc2.3.4 + gcc4
+%patch6 -p0
 
 %if %{with php}
 patch -p1 < plphp.patch
This page took 0.037331 seconds and 4 git commands to generate.