summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2007-08-12 21:21:08 +0000
committerTom Lane <tgl@fedoraproject.org>2007-08-12 21:21:08 +0000
commitd31a87d61da46ed66776198ceca88490d57e5582 (patch)
treee1f5d4a0f4b1bde867bf94bf42cc67bfc4e6db4f
parent1fbccd00b7309925318575dbcf2670706940622d (diff)
downloadpostgresql-setup-d31a87d61da46ed66776198ceca88490d57e5582.tar.gz
postgresql-setup-d31a87d61da46ed66776198ceca88490d57e5582.tar.xz
postgresql-setup-d31a87d61da46ed66776198ceca88490d57e5582.zip
Fix perl BuildRequirespostgresql-8_2_4-3_fc8
-rwxr-xr-xpostgresql.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/postgresql.spec b/postgresql.spec
index f3d98d7..4be14a2 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -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 @@ Patch5: pgtcl-no-rpath.patch
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 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Sun Aug 12 2007 Tom Lane <tgl@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@redhat.com> 8.2.4-2
- Fix oversight in postgresql-test makefile: pg_regress isn't a shell script
anymore. Per upstream bug 3398.