diff --git a/ant.spec b/ant.spec index f978556ec74ef4c3c0438fc4afe85eb866f0348e..926bed91b5694e3b976027a1efb2ec66f43ceb9d 100644 --- a/ant.spec +++ b/ant.spec @@ -4,7 +4,7 @@ Name: ant Summary: A Java-based build tool Version: 1.10.12 -Release: 3 +Release: 4 Epoch: 0 License: ASL 2.0 URL: https://ant.apache.org/ @@ -14,7 +14,7 @@ Source2: apache-ant-1.8.ant.conf Patch0001: backport-Fix-integer-overflow-when-parsing-SOURCE_DATE_EPOCH.patch -BuildRequires: javapackages-local java-1.8.0-devel ant >= 1.10.2 +BuildRequires: javapackages-local java-1.8.0-openjdk-devel ant >= 1.10.2 BuildRequires: ant-junit xmlto mvn(antlr:antlr) mvn(bcel:bcel) BuildRequires: mvn(bsf:bsf) mvn(com.jcraft:jsch) mvn(commons-logging:commons-logging-api) BuildRequires: mvn(commons-net:commons-net) mvn(javax.mail:mail) mvn(jdepend:jdepend) @@ -23,7 +23,7 @@ BuildRequires: mvn(oro:oro) mvn(regexp:regexp) mvn(xalan:xalan) BuildRequires: mvn(xml-resolver:xml-resolver) mvn(org.hamcrest:hamcrest-core) BuildRequires: mvn(org.hamcrest:hamcrest-library) junit5 asciidoc -Recommends: java-1.8.0-devel +Recommends: java-1.8.0-openjdk-devel Requires: %{name}-lib = %{epoch}:%{version}-%{release} javapackages-tools BuildArch: noarch @@ -434,6 +434,9 @@ LC_ALL=en_US.utf8 %{ant} test %{_javadocdir}/%{name} %changelog +* Thu Aug 14 2025 Sai Zhao - 0:1.10.12-4 +- Change requires to complete and correct name + * Fri Apr 18 2025 Ge Wang - 0:1.10.12-3 - remove invalid testcase due to junit5 updated