Adjust bootstrap build for javapackages-bootstrap update
Resolves: RHEL-52715
This commit is contained in:
parent
4a2786fa31
commit
360f7b94f4
7
ant.spec
7
ant.spec
@ -361,7 +361,8 @@ rm src/main/org/apache/tools/ant/listener/Log4jListener.java
|
|||||||
|
|
||||||
#install jars
|
#install jars
|
||||||
%if %{with bootstrap}
|
%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
|
%else
|
||||||
%if %{with ant_minimal}
|
%if %{with ant_minimal}
|
||||||
build-jar-repository -s -p lib/optional junit hamcrest/core hamcrest/library
|
build-jar-repository -s -p lib/optional junit hamcrest/core hamcrest/library
|
||||||
@ -658,6 +659,10 @@ LC_ALL=C.UTF-8 %{ant} test
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.10.14-9
|
||||||
- Bump release for Aug 2024 java mass rebuild
|
- Bump release for Aug 2024 java mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user