[freemarker] Require java-headless

Omair Majid omajid at fedoraproject.org
Mon Feb 24 14:41:59 UTC 2014


commit a5e3d498fb1103cb92343d9d25e0466ae41ee450
Author: Omair Majid <omajid at redhat.com>
Date:   Mon Feb 24 09:42:34 2014 -0500

    Require java-headless

 freemarker.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/freemarker.spec b/freemarker.spec
index 3a94517..2dd56d6 100644
--- a/freemarker.spec
+++ b/freemarker.spec
@@ -9,7 +9,7 @@ echo "ERROR: Sources should not contain JAR files:" && echo "$F" && exit 1
 
 Name:           freemarker
 Version:        %{fm_ver}
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A template engine
 
 Group:          Development/Libraries
@@ -59,7 +59,7 @@ BuildRequires: tomcat-jsp-2.2-api
 BuildRequires: tomcat-servlet-3.0-api >= 6.0
 BuildRequires: xalan-j2 >= 2.7.0
 
-Requires: java >= 1:1.6.0
+Requires: java-headless
 Requires: jpackage-utils
 
 %description
@@ -177,6 +177,9 @@ dos2unix -k docs/docs/api/package-list
 %doc LICENSE.txt
 
 %changelog
+* Mon Feb 24 2014 Omair Majid <omajid at redhat.com> - 2.3.19-8
+- Require java-headless
+
 * Fri Oct 04 2013 Omair Majid <omajid at redhat.com> - 2.3.19-7
 - Fix upstream Source URL for pom file
 


More information about the scm-commits mailing list