rpms/postgresql/devel postgresql.spec,1.78,1.79

Tom Lane (tgl) fedora-extras-commits at redhat.com
Sun Aug 12 21:21:41 UTC 2007


Author: tgl

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

Modified Files:
	postgresql.spec 
Log Message:
Fix perl BuildRequires


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- postgresql.spec	20 Jun 2007 19:19:24 -0000	1.78
+++ postgresql.spec	12 Aug 2007 21:21:08 -0000	1.79
@@ -81,7 +81,7 @@
 Summary: PostgreSQL client programs and libraries
 Name: postgresql
 Version: 8.2.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://www.postgresql.org/ 
@@ -106,7 +106,7 @@
 Patch6: postgresql-perl-rpath.patch
 Patch8: postgresql-prefer-ncurses.patch
 
-BuildRequires: perl glibc-devel bison flex autoconf
+BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf
 Prereq: /sbin/ldconfig initscripts
 
 %if %python || %plpython
@@ -822,6 +822,9 @@
 %endif
 
 %changelog
+* Sun Aug 12 2007 Tom Lane <tgl at redhat.com> 8.2.4-3
+- 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
   anymore.  Per upstream bug 3398.




More information about the fedora-extras-commits mailing list