Skip to content

Commit 75c08e0

Browse files
apache-commons-daemon: Fix the build error (#12654)
1 parent b24a112 commit 75c08e0

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

SPECS-EXTENDED/apache-commons-daemon/apache-commons-daemon-build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<property name="project.artifactId" value="commons-daemon" />
88
<property name="project.version" value="1.2.3" />
99

10-
<property name="compiler.source" value="1.6" />
10+
<property name="compiler.source" value="1.8" />
1111
<property name="compiler.target" value="${compiler.source}" />
1212

1313
<property name="build.finalName" value="${project.artifactId}-${project.version}" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Signatures": {
3-
"apache-commons-daemon-build.xml": "967a05bbd089c5c475818fb464e3b10b47b85d3a473d224a6bb5d4efc9fc0baf",
3+
"apache-commons-daemon-build.xml": "948f55c15e5fc3879a53f577700223d5ed767cbd76b3f62ee37da6684927a597",
44
"apache-commons-daemon.keyring": "c79fd010016d480581a97453b640971899a806a4a848695411f66f100330964e",
55
"commons-daemon-1.2.3-src.tar.gz": "37b8c461c52e76c1ed6cd290431237611dfe496df36cd70e5afa30659d9bce4c",
66
"commons-daemon-1.2.3-src.tar.gz.asc": "a91cdf4d0ad90c17d2dbf367ce722722977561a752056ffc4b1600844c2c719c"
77
}
8-
}
8+
}

SPECS-EXTENDED/apache-commons-daemon/apache-commons-daemon.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Distribution: Azure Linux
2121
%define short_name commons-daemon
2222
Name: apache-%{short_name}
2323
Version: 1.2.3
24-
Release: 2%{?dist}
24+
Release: 3%{?dist}
2525
Summary: Commons Daemon - Controlling of Java Daemons
2626
License: Apache-2.0
2727
Group: System/Daemons
@@ -142,6 +142,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
142142
%{_javadocdir}/%{name}
143143

144144
%changelog
145+
* Thu Feb 27 2025 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 1.2.3-3
146+
- Build error fix, bump up the java source version from 1.6 to 1.8.
147+
- License verified
148+
145149
* Thu Oct 14 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.2.3-2
146150
- Converting the 'Release' tag to the '[number].[distribution]' format.
147151

0 commit comments

Comments
 (0)