[scannotation] Switch to java-headless in Requires

kashyap chamarthy kashyapc at fedoraproject.org
Tue Feb 25 09:56:30 UTC 2014


commit 6c7876c20052eeda996270ac708658e637350eb5
Author: Kashyap Chamarthy <kashyapc at fedoraproject.org>
Date:   Tue Feb 25 15:25:35 2014 +0530

    Switch to java-headless in Requires
    
    Move from java -> java-headless

 scannotation.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/scannotation.spec b/scannotation.spec
index 63f327a..409f5e5 100644
--- a/scannotation.spec
+++ b/scannotation.spec
@@ -4,7 +4,7 @@
 
 Name: scannotation
 Version: 1.0.3
-Release:  0.7.%{alphatag}%{?dist}
+Release:  0.8.%{alphatag}%{?dist}
 Summary: A Java annotation scanner
 Group: Development/Libraries
 License: ASL 2.0
@@ -34,7 +34,7 @@ BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-surefire-provider-junit4
 
 Requires: jpackage-utils
-Requires: java
+Requires: java-headless
 Requires: javassist
 
 %description
@@ -94,6 +94,9 @@ cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Feb 25 2014 Kashyap Chamarthy <kashyapc at fedoraproject.org> - 1.0.3.0 -8.r12
+- Switch to java-headless in Requires. Fix rhbz#1068519
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-0.7.r12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list