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

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Mar 4 17:31:50 UTC 2014


commit 8385b4dd778f2e8ae1d27a0f07da202c2a9a1a97
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Mar 4 09:05:46 2014 +0100

    Use Requires: java-headless rebuild (#1067528)

 ant-antunit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ant-antunit.spec b/ant-antunit.spec
index 6724018..1ba11f1 100644
--- a/ant-antunit.spec
+++ b/ant-antunit.spec
@@ -2,7 +2,7 @@
 
 Name:             ant-%{base_name}
 Version:          1.2
-Release:          12%{?dist}
+Release:          13%{?dist}
 Summary:          Provide antunit ant task
 Group:            Development/Libraries
 License:          ASL 2.0
@@ -15,7 +15,7 @@ BuildRequires:    jpackage-utils
 BuildRequires:    ant-junit
 BuildRequires:    ant-testutil
 
-Requires:         java >= 1:1.6.0
+Requires:         java-headless >= 1:1.6.0
 Requires:         jpackage-utils
 Requires:         ant
 
@@ -83,6 +83,9 @@ echo "%{base_name} ant/%{name}" > %{buildroot}%{_sysconfdir}/ant.d/%{base_name}
 
 
 %changelog
+* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.2-13
+- Use Requires: java-headless rebuild (#1067528)
+
 * Thu Aug 15 2013 Orion Poplawski <orion at cora.nwra.com> 1.2-12
 - Another attempt at fixing the install
 


More information about the scm-commits mailing list