summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:36:18 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:36:18 +0000
commitb410c1490e7921e9d52f78317856b3d2bf2f7a7c (patch)
treed3abf3d3a0557d4114f3ee88b7773af367db38a3
parentd6c16ca0d836bb7ff5231927f8fa5ce7be20aed0 (diff)
downloadpostgresql-setup-b410c1490e7921e9d52f78317856b3d2bf2f7a7c.tar.gz
postgresql-setup-b410c1490e7921e9d52f78317856b3d2bf2f7a7c.tar.xz
postgresql-setup-b410c1490e7921e9d52f78317856b3d2bf2f7a7c.zip
auto-import postgresql-7.0.3-8a from postgresql-7.0.3-8a.src.rpmpostgresql-7_0_3-8a
-rwxr-xr-xpostgresql.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 2b6af2e..7d0736c 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -4,7 +4,7 @@
Summary: PostgreSQL client programs and libraries.
Name: postgresql
Version: 7.0.3
-Release: 8
+Release: 8a
License: BSD
Group: Applications/Databases
# originally .gz
@@ -25,7 +25,7 @@ Patch0: postgresql-%{version}-alpha.patch.gz
Patch1: rpm-pgsql-%{version}.patch
Patch2: postgresql-7.0.3-ia64-2.patch
Patch3: postgresql-7.0.3-mkstemp.patch
-Patch10: postgresql-7.0.2-s390.patch
+Patch10: postgresql-7.0.2-s390x.patch
Requires: perl
Prereq: /sbin/chkconfig /sbin/ldconfig /usr/sbin/useradd initscripts
BuildPrereq: /lib/cpp
@@ -196,7 +196,7 @@ system, including regression tests and benchmarks.
%patch3 -p1
-%ifarch s390
+%ifarch s390 s390x
%patch10 -p1 -b .s390
%endif