Remove filter-requires-perl-Pg.sh
This commit is contained in:
parent
e5c31247fc
commit
c425547bbc
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/usr/lib/rpm/perl.req $* | grep -v 'perl(Pg'
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user