Remove filter-requires-perl-Pg.sh

This commit is contained in:
Tom Lane 2011-02-03 12:20:24 -05:00
parent e5c31247fc
commit c425547bbc
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
/usr/lib/rpm/perl.req $* | grep -v 'perl(Pg'

View File

@ -54,7 +54,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 9.0 %global majorversion 9.0
Version: 9.0.3 Version: 9.0.3
Release: 1%{?dist} Release: 2%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
License: PostgreSQL License: PostgreSQL
@ -80,7 +80,6 @@ Source7: ecpg_config.h
Source8: README.rpm-dist Source8: README.rpm-dist
Source14: postgresql.pam Source14: postgresql.pam
Source15: postgresql-bashprofile Source15: postgresql-bashprofile
Source16: filter-requires-perl-Pg.sh
# Comments for these patches are in the patch files. # Comments for these patches are in the patch files.
Patch1: rpm-pgsql.patch Patch1: rpm-pgsql.patch
@ -298,8 +297,6 @@ binaries of various tests for the PostgreSQL database management
system, including regression tests and benchmarks. system, including regression tests and benchmarks.
%endif %endif
%global __perl_requires %{SOURCE16}
%prep %prep
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
@ -823,6 +820,11 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Thu Feb 3 2011 Tom Lane <tgl@redhat.com> 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 <tgl@redhat.com> 9.0.3-1 * Tue Feb 1 2011 Tom Lane <tgl@redhat.com> 9.0.3-1
- Update to PostgreSQL 9.0.3, for various fixes described at - Update to PostgreSQL 9.0.3, for various fixes described at
http://www.postgresql.org/docs/9.0/static/release-9-0-3.html http://www.postgresql.org/docs/9.0/static/release-9-0-3.html