From 00b82a268f8dd20038b8459de089908d28370171 Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Thu, 23 Feb 2023 19:35:39 +0800 Subject: [PATCH] Resolves: #2172870 Bump release of ecj for RHEL-9 --- ecj.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ecj.spec b/ecj.spec index a584bf3..12140f6 100644 --- a/ecj.spec +++ b/ecj.spec @@ -8,7 +8,7 @@ Epoch: 1 Summary: Eclipse Compiler for Java Name: ecj Version: %{eclipse_ver} -Release: 4%{?dist} +Release: 11%{?dist} URL: https://www.eclipse.org License: EPL-2.0 @@ -70,6 +70,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1 %{_mandir}/man1/ecj* %changelog +* Thu Feb 23 2023 Hui Wang - 1:4.20-11 +- Bump release so that the NVR on RHEL-9 is higher than RHEL-8 + * Mon Feb 20 2023 Hui Wang - 1:4.20-4 - Drop unnecessary javax16.api.jar - Add dependency on javapackages-tools since the ecj binary requires it to run