From c425547bbc57ac8c15ba4ae97812e3dd609b9e80 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 3 Feb 2011 12:20:24 -0500 Subject: [PATCH] Remove filter-requires-perl-Pg.sh --- filter-requires-perl-Pg.sh | 3 --- postgresql.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100755 filter-requires-perl-Pg.sh diff --git a/filter-requires-perl-Pg.sh b/filter-requires-perl-Pg.sh deleted file mode 100755 index f37557f..0000000 --- a/filter-requires-perl-Pg.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/usr/lib/rpm/perl.req $* | grep -v 'perl(Pg' diff --git a/postgresql.spec b/postgresql.spec index 9854dc1..69996bb 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -54,7 +54,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.0 Version: 9.0.3 -Release: 1%{?dist} +Release: 2%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. License: PostgreSQL @@ -80,7 +80,6 @@ Source7: ecpg_config.h Source8: README.rpm-dist Source14: postgresql.pam Source15: postgresql-bashprofile -Source16: filter-requires-perl-Pg.sh # Comments for these patches are in the patch files. Patch1: rpm-pgsql.patch @@ -298,8 +297,6 @@ binaries of various tests for the PostgreSQL database management system, including regression tests and benchmarks. %endif -%global __perl_requires %{SOURCE16} - %prep %setup -q %patch1 -p1 @@ -823,6 +820,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Feb 3 2011 Tom Lane 9.0.3-2 +- Remove filter-requires-perl-Pg.sh, which doesn't seem to be needed now that + PyGreSQL has been split out; and our use of it isn't compatible with rpm 4.9 + anyway + * Tue Feb 1 2011 Tom Lane 9.0.3-1 - Update to PostgreSQL 9.0.3, for various fixes described at http://www.postgresql.org/docs/9.0/static/release-9-0-3.html