rpms/postgresql/devel postgresql.spec,1.80,1.81

Tom Lane (tgl) fedora-extras-commits at redhat.com
Wed Aug 22 22:11:39 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13067

Modified Files:
	postgresql.spec 
Log Message:
Seems we need an explicit BuildRequires on gawk now


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- postgresql.spec	22 Aug 2007 21:27:31 -0000	1.80
+++ postgresql.spec	22 Aug 2007 22:11:06 -0000	1.81
@@ -107,7 +107,7 @@
 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 @@
   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 at redhat.com> 8.2.4-3




More information about the fedora-extras-commits mailing list