Skip to content

Commit 75c29ae

Browse files
authored
Fix build issue for package objectweb-anttask (microsoft#15012)
1 parent b4512ac commit 75c29ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SPECS-EXTENDED/objectweb-anttask/objectweb-anttask.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Distribution: Azure Linux
2020

2121
Name: objectweb-anttask
2222
Version: 1.2
23-
Release: 267%{?dist}
23+
Release: 268%{?dist}
2424
Summary: ObjectWeb Ant task
2525
License: LGPLv2+
2626
Group: Development/Languages/Java
@@ -53,7 +53,7 @@ cp %{SOURCE1} ./LICENSE.txt
5353
export CLASSPATH=$(build-classpath xalan-j2)
5454
ant \
5555
-Dbuild.compiler=modern \
56-
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
56+
-Dant.build.javac.source=1.7 -Dant.build.javac.target=1.7 \
5757
jar
5858

5959
%install
@@ -69,6 +69,10 @@ popd
6969
%{_javadir}/*
7070

7171
%changelog
72+
* Tue Nov 04 2025 Aninda Pradhan <[email protected]> - 1.2-268
73+
- Updated java version to resolve build issues.
74+
- License verified.
75+
7276
* Thu Feb 22 2024 Pawel Winogrodzki <[email protected]> - 1.2-267
7377
- Updating naming for 3.0 version of Azure Linux.
7478

0 commit comments

Comments
 (0)