[vecmath] Use Requires: java-headless rebuild (#1067528)

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Mar 28 20:27:07 UTC 2014


commit 9492ebe40e8db9c3d0198ad629e623835d097bcc
Author: Michael Simacek <msimacek at redhat.com>
Date:   Fri Mar 28 18:33:47 2014 +0100

    Use Requires: java-headless rebuild (#1067528)
    
    Signed-off-by: Michael Simacek <msimacek at redhat.com>
    Signed-off-by: Mikolaj Izdebski <mizdebsk at redhat.com>

 vecmath.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vecmath.spec b/vecmath.spec
index f2541d5..e19f1a0 100644
--- a/vecmath.spec
+++ b/vecmath.spec
@@ -3,7 +3,7 @@
 
 Name:          vecmath
 Version:       1.6.0
-Release:       0.1.20130710git41fddda%{?dist}
+Release:       0.2.20130710git41fddda%{?dist}
 Summary:       The 3D vector math Java package, javax.vecmath
 Group:         Development/Libraries
 # License is GNU General Public License, version 2, with the Classpath Exception
@@ -21,7 +21,7 @@ BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: java-javadoc
 BuildRequires: jpackage-utils
 
-Requires:      java >= 1:1.6.0
+Requires:      java-headless >= 1:1.6.0
 Requires:      jpackage-utils
 
 %description
@@ -57,6 +57,9 @@ cp -a build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Mar 28 2014 Michael Simacek <msimacek at redhat.com> - 1.6.0-0.2.20130710git41fddda
+- Use Requires: java-headless rebuild (#1067528)
+
 * Thu Sep 5 2013 Harvey Harrison <harvey.harrison at gmail.com> - 1.6.0-0.1.20130710git41fddda
 - change upstream source to github
 - upgrade to 1.6.0


More information about the scm-commits mailing list