public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ant] f45: Add commons-io to test classpath for BCEL 6.12.0 compatibility
@ 2026-08-18 16:29 Jacek Migacz
  0 siblings, 0 replies; only message in thread
From: Jacek Migacz @ 2026-08-18 16:29 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 16:29 [rpms/ant] f45: Add commons-io to test classpath for BCEL 6.12.0 compatibility Jacek Migacz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox