Fix Requires: for rebuild-gcj-db (bz #202544)
This commit is contained in:
parent
498646dce8
commit
bfaa6c2172
@ -38,7 +38,7 @@
|
|||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: 8.1.407
|
Version: 8.1.407
|
||||||
Release: 1jpp.3
|
Release: 1jpp.4
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -57,8 +57,8 @@ BuildRequires: junit >= 0:3.7
|
|||||||
BuildRequires: findutils gettext
|
BuildRequires: findutils gettext
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
BuildRequires: gcc-java
|
BuildRequires: gcc-java
|
||||||
Requires(post): java-1.4.2-gcj-compat
|
Requires(post): /usr/bin/rebuild-gcj-db
|
||||||
Requires(postun): java-1.4.2-gcj-compat
|
Requires(postun): /usr/bin/rebuild-gcj-db
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 16 2006 Tom Lane <tgl@redhat.com> 8.1.407-1jpp.4
|
||||||
|
- Fix Requires: for rebuild-gcj-db (bz #202544)
|
||||||
|
|
||||||
* Wed Aug 16 2006 Fernando Nasser <fnasser@redhat.com> 8.1.407-1jpp.3
|
* Wed Aug 16 2006 Fernando Nasser <fnasser@redhat.com> 8.1.407-1jpp.3
|
||||||
- Merge with upstream
|
- Merge with upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user