rpms/postgresql/F-7 postgresql.spec,1.79,1.80

Tom Lane (tgl) fedora-extras-commits at redhat.com
Thu Sep 20 21:12:04 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14923

Modified Files:
	postgresql.spec 
Log Message:
Hm, looks like perl BuildRequires change is needed in F7 too.


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-7/postgresql.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- postgresql.spec	20 Sep 2007 20:46:59 -0000	1.79
+++ postgresql.spec	20 Sep 2007 21:11:31 -0000	1.80
@@ -108,7 +108,7 @@
 Patch8: postgresql-prefer-ncurses.patch
 Patch9: postgresql-use-zoneinfo.patch
 
-BuildRequires: perl glibc-devel bison flex autoconf
+BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf
 Prereq: /sbin/ldconfig initscripts
 
 %if %python || %plpython
@@ -829,6 +829,7 @@
   postgresql-server need not be turned for routine timezone updates
 - Don't remove postgres user/group during RPM uninstall, per Fedora
   packaging guidelines
+- Recent perl changes in rawhide mean we need a more specific BuildRequires
 
 * Wed Jun 20 2007 Tom Lane <tgl at redhat.com> 8.2.4-2
 - Fix oversight in postgresql-test makefile: pg_regress isn't a shell script




More information about the fedora-extras-commits mailing list