diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index 6a13d98..5c56ca0 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -34,7 +34,7 @@ Summary: JDBC driver for PostgreSQL Name: postgresql-jdbc Version: 9.2.1002 -Release: 4%{?dist} +Release: 5%{?dist} # ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD License: BSD and ASL 2.0 Group: Applications/Databases @@ -52,7 +52,6 @@ BuildRequires: ant-junit BuildRequires: junit # gettext is only needed if we try to update translations #BuildRequires: gettext -Requires: java Requires: jpackage-utils %description @@ -123,6 +122,9 @@ install -d build/publicapi docs/%{name} %doc %{_javadocdir}/%{name} %changelog +* Fri Mar 28 2014 Michael Simacek - 9.2.1002-5 +- Use Requires: java-headless rebuild (#1067528) + * Tue Aug 06 2013 Pavel Raiskup - 9.2.1002-4 - add javadoc subpackage