summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2007-08-22 22:11:06 +0000
committerTom Lane <tgl@fedoraproject.org>2007-08-22 22:11:06 +0000
commit1a0df18342e3731d46b5b2b607c0947dec4ed3ab (patch)
tree9fc803fc28cb040ae1eae3d957e067edb243a578
parent3ab1d6bb3fe03d618305a236d776f5276be38275 (diff)
downloadpostgresql-setup-1a0df18342e3731d46b5b2b607c0947dec4ed3ab.tar.gz
postgresql-setup-1a0df18342e3731d46b5b2b607c0947dec4ed3ab.tar.xz
postgresql-setup-1a0df18342e3731d46b5b2b607c0947dec4ed3ab.zip
Seems we need an explicit BuildRequires on gawk nowpostgresql-8_2_4-4_fc8
-rwxr-xr-xpostgresql.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 98ec2a4..51670a3 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -107,7 +107,7 @@ Patch6: postgresql-perl-rpath.patch
Patch8: postgresql-prefer-ncurses.patch
Patch9: postgresql-use-zoneinfo.patch
-BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf
+BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf gawk
Prereq: /sbin/ldconfig initscripts
%if %python || %plpython
@@ -825,6 +825,7 @@ rm -rf $RPM_BUILD_ROOT
postgresql-server need not be turned for routine timezone updates
- Don't remove postgres user/group during RPM uninstall, per Fedora
packaging guidelines
+- Seems we need an explicit BuildRequires on gawk now
- Rebuild to fix Fedora toolchain issues
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 8.2.4-3