|
@@ -21,7 +21,7 @@
|
|
|
Summary: PostgreSQL client programs and libraries.
|
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
|
Name: postgresql
|
|
|
-Version: %{pgver}.2
|
|
|
+Version: %{pgver}.3
|
|
|
|
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
|
|
|
@@ -60,28 +60,28 @@ Source15: postgresql-bashprofile
|
|
|
Patch2: postgresql-8.3.3-nls.patch
|
|
|
Patch3: postgresql-7.4-ecpg-patch
|
|
|
Buildrequires: perl build-essential
|
|
|
-Prereq: /sbin/ldconfig initscripts
|
|
|
+Requires: /sbin/ldconfig initscripts
|
|
|
%if %plpython
|
|
|
-BuildPrereq: python python-devel
|
|
|
+Buildrequires: python python-devel
|
|
|
%endif
|
|
|
%if %tcl
|
|
|
-BuildPrereq: tcl
|
|
|
+Buildrequires: tcl
|
|
|
%endif
|
|
|
-BuildPrereq: readline-devel
|
|
|
-BuildPrereq: zlib-devel >= 1.0.4
|
|
|
+Buildrequires: readline-devel
|
|
|
+Buildrequires: zlib-devel >= 1.0.4
|
|
|
%if %ssl
|
|
|
-BuildPrereq: openssl-devel
|
|
|
+Buildrequires: openssl-devel
|
|
|
%endif
|
|
|
%if %kerberos
|
|
|
-BuildPrereq: krb5-devel
|
|
|
+Buildrequires: krb5-devel
|
|
|
%endif
|
|
|
%if %nls
|
|
|
-BuildPrereq: gettext >= 0.10.35
|
|
|
+Buildrequires: gettext >= 0.10.35
|
|
|
%endif
|
|
|
|
|
|
%if %pam
|
|
|
%if %non6xpamdeps
|
|
|
-BuildPrereq: pam-devel
|
|
|
+Buildrequires: pam-devel
|
|
|
%endif
|
|
|
%endif
|
|
|
|
|
@@ -180,7 +180,7 @@ PostgreSQL サーバに接続する必要のある、PostgreSQL パッケージ
|
|
|
Summary: The programs needed to create and run a PostgreSQL server.
|
|
|
Summary(ja): PostgreSQL サーバを構築・実行するのに必要なプログラム
|
|
|
Group: Applications/Databases
|
|
|
-Prereq: /usr/sbin/useradd /sbin/chkconfig
|
|
|
+Requires: /usr/sbin/useradd /sbin/chkconfig
|
|
|
Requires: %{name} = %{version}
|
|
|
Obsoletes: postgresql7-server
|
|
|
|
|
@@ -737,6 +737,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
|
|
|
+- updated postgresql to 8.4.3
|
|
|
+- s/BuildPrereq/Buildrequires/
|
|
|
+
|
|
|
* Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
|
|
|
- updated postgresql to 8.4.2
|
|
|
- rebuilt with new environment
|