Bump rpmrelease for CentOS build

Related: RHEL-86967
Related: RHEL-86620
This commit is contained in:
Andrew Hughes 2025-07-04 19:01:25 +01:00
parent 46ebf0913e
commit dcb2eff78e

View File

@ -359,7 +359,7 @@
# eg jdk8u60-b27 -> b27
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
%global rpmrelease 3
%global rpmrelease 4
# Settings used by the portable build
%global portablerelease 1
# Portable suffix differs between RHEL and CentOS
@ -2966,6 +2966,11 @@ cjc.mainProgram(args)
%endif
%changelog
* Sat Jun 14 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.452.b09-4
- Bump rpmrelease for CentOS build
- Related: RHEL-86967
- Related: RHEL-86620
* Sat Jun 14 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.452.b09-3
- Bump release number to appease 9.6-z erratum
- Related: RHEL-86967