[h2] Require java-headless.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Feb 21 17:09:53 UTC 2014


commit 3e8e7e9ad446485caf5e19e97199f2aa6980c30e
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Feb 21 19:10:38 2014 +0200

    Require java-headless.

 h2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/h2.spec b/h2.spec
index 9f30e4c..2dfcbbb 100644
--- a/h2.spec
+++ b/h2.spec
@@ -1,6 +1,6 @@
 Name:           h2
 Version:        1.3.168
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Java SQL database
 
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ BuildRequires:  lucene-contrib
 BuildRequires:  slf4j >= 1.5
 BuildRequires:  felix-osgi-core >= 1.2
 BuildRequires:  servlet3
-Requires: java >= 1:1.5.0
+Requires: java-headless >= 1:1.5.0
 
 %description
 H2 is a the Java SQL database. The main features of H2 are:
@@ -75,6 +75,9 @@ cp -rp %SOURCE1 $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %doc src/docsrc/html/license.html
 
 %changelog
+* Fri Feb 21 2014 Alexander Kurtakov <akurtako at redhat.com> 1.3.168-5
+- Require java-headless.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.168-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list