From a495c8aab159d10e803537e6891af67d25afed6b Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Mar 04 2014 08:04:17 +0000 Subject: Use Requires: java-headless rebuild (#1067528) --- diff --git a/geronimo-annotation.spec b/geronimo-annotation.spec index a216b65..2d8bcad 100644 --- a/geronimo-annotation.spec +++ b/geronimo-annotation.spec @@ -3,7 +3,7 @@ Name: geronimo-annotation Version: 1.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Java EE: Annotation API v1.1 License: ASL 2.0 URL: http://geronimo.apache.org/ @@ -17,7 +17,7 @@ BuildRequires: maven-local BuildRequires: geronimo-parent-poms BuildRequires: maven-resources-plugin -Requires: java >= 1:1.6.0 +Requires: java-headless >= 1:1.6.0 Requires: jpackage-utils Provides: annotation_api = %{spec_ver} @@ -56,6 +56,9 @@ sed -i 's/\r//' LICENSE NOTICE %doc LICENSE NOTICE %changelog +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.0-15 +- Use Requires: java-headless rebuild (#1067528) + * Thu Aug 08 2013 Stanislav Ochotnicky - 1.0-14 - Update to latest packaging guidelines