public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jacek Migacz <jmigacz@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ant] f45: Add commons-io to test classpath for BCEL 6.12.0 compatibility
Date: Tue, 18 Aug 2026 16:29:02 GMT [thread overview]
Message-ID: <178707054275.1.4862756286543937351.rpms-ant-ff8ad8f72e93@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ant
Branch : f45
Commit : ff8ad8f72e933538f973586675141e26efc4b17d
Author : Jacek Migacz <jmigacz@redhat.com>
Date : 2026-08-18T16:17:45+00:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ant/c/ff8ad8f72e933538f973586675141e26efc4b17d?branch=f45
Log:
Add commons-io to test classpath for BCEL 6.12.0 compatibility
BCEL 6.12.0 now depends on commons-io at runtime. The ClassFileSetTest
tests the BCEL-based depend task and needs commons-io on the classpath.
---
diff --git a/ant.spec b/ant.spec
index 5eade13..dcc9815 100644
--- a/ant.spec
+++ b/ant.spec
@@ -69,6 +69,7 @@ BuildRequires: ant-junit
%if %{without ant_minimal}
BuildRequires: mvn(antlr:antlr)
BuildRequires: mvn(bcel:bcel)
+BuildRequires: mvn(commons-io:commons-io)
BuildRequires: mvn(bsf:bsf)
BuildRequires: mvn(com.jcraft:jsch)
BuildRequires: mvn(commons-net:commons-net)
@@ -357,7 +358,7 @@ ln -s %{_datadir}/javapackages-bootstrap/hamcrest-core.jar lib/optional/hamcrest
%if %{with ant_minimal}
build-jar-repository -s -p lib/optional junit hamcrest/core hamcrest/library
%else
-build-jar-repository -s -p lib/optional antlr bcel commons-lang3 jakarta-mail/jakarta.mail-api jakarta-activation/jakarta.activation-api jdepend junit oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer hamcrest/core hamcrest/library xz-java junit5 opentest4j
+build-jar-repository -s -p lib/optional antlr bcel commons-io commons-lang3 jakarta-mail/jakarta.mail-api jakarta-activation/jakarta.activation-api jdepend junit oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer hamcrest/core hamcrest/library xz-java junit5 opentest4j
%endif
%endif
reply other threads:[~2026-08-18 16:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178707054275.1.4862756286543937351.rpms-ant-ff8ad8f72e93@fedoraproject.org \
--to=jmigacz@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox