Bump rpmrelease for move to portables only on RHEL 8

Resolves: RHEL-118781
This commit is contained in:
Andrew Hughes 2025-10-05 18:46:38 +01:00
parent ae9574445f
commit a23bde00d7

View File

@ -346,7 +346,7 @@
# eg jdk8u60-b27 -> b27 # eg jdk8u60-b27 -> b27
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-}) %global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
# rpmrelease numbering must start at 2 to be later than the 8.6 RPM # rpmrelease numbering must start at 2 to be later than the 8.6 RPM
%global rpmrelease 3 %global rpmrelease 4
# Settings used by the portable build # Settings used by the portable build
%global portablerelease 1 %global portablerelease 1
%global portablerhel 8 %global portablerhel 8
@ -2711,7 +2711,11 @@ cjc.mainProgram(args)
%endif %endif
%changelog %changelog
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-4 * Sun Oct 05 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-4
- Bump rpmrelease for move to portables only on RHEL 8
- Resolves: RHEL-118781
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-3
- Bump rpmrelease for CentOS build - Bump rpmrelease for CentOS build
- Remove obsolete hack to hardcode newer portable version on RHEL - Remove obsolete hack to hardcode newer portable version on RHEL
- Related: RHEL-101655 - Related: RHEL-101655