From 660bbdd86fa707fcc2d3ab1fe7c24ef1186a5cfe Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 28 Mar 2014 15:29:36 +0100 Subject: [PATCH] Use Requires: java-headless rebuild (#1067528) Signed-off-by: Michael Simacek Signed-off-by: Mikolaj Izdebski --- postgresql-jdbc.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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