Adjust bootstrap build for javapackages-bootstrap update

Resolves: RHEL-52715
This commit is contained in:
Mikolaj Izdebski 2024-07-30 13:16:11 +02:00
parent 4a2786fa31
commit 360f7b94f4

View File

@ -361,7 +361,8 @@ rm src/main/org/apache/tools/ant/listener/Log4jListener.java
#install jars
%if %{with bootstrap}
build-jar-repository -s -p lib/optional javapackages-bootstrap/junit javapackages-bootstrap/hamcrest-core
ln -s %{_prefix}/lib/javapackages-bootstrap/junit.jar lib/optional/junit.jar
ln -s %{_prefix}/lib/javapackages-bootstrap/hamcrest-core.jar lib/optional/hamcrest-core.jar
%else
%if %{with ant_minimal}
build-jar-repository -s -p lib/optional junit hamcrest/core hamcrest/library
@ -658,6 +659,10 @@ LC_ALL=C.UTF-8 %{ant} test
# -----------------------------------------------------------------------------
%changelog
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-9
- Adjust bootstrap build for javapackages-bootstrap update
- Resolves: RHEL-52715
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.10.14-9
- Bump release for Aug 2024 java mass rebuild