From 1a0df18342e3731d46b5b2b607c0947dec4ed3ab Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Aug 2007 22:11:06 +0000 Subject: Seems we need an explicit BuildRequires on gawk now --- postgresql.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 8.2.4-3 -- cgit