Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9 - Set rpmrelease to 3 - Set portablesuffix to el9 - Related: RHEL-46635
This commit is contained in:
parent
432f16b082
commit
7748623cb2
@ -24,7 +24,7 @@
|
|||||||
# Enable static library builds by default.
|
# Enable static library builds by default.
|
||||||
%bcond_without staticlibs
|
%bcond_without staticlibs
|
||||||
# Build a fresh libjvm.so for use in a copy of the bootstrap JDK
|
# Build a fresh libjvm.so for use in a copy of the bootstrap JDK
|
||||||
%bcond_with fresh_libjvm
|
%bcond_without fresh_libjvm
|
||||||
# Build with system libraries
|
# Build with system libraries
|
||||||
%bcond_with system_libs
|
%bcond_with system_libs
|
||||||
|
|
||||||
@ -731,6 +731,7 @@ BuildRequires: libffi-devel
|
|||||||
%if 0%{?rhel} == 8
|
%if 0%{?rhel} == 8
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
|
%endif
|
||||||
# cacerts build requirement in portable mode
|
# cacerts build requirement in portable mode
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
# Earlier versions have a bug in tree vectorization on PPC
|
# Earlier versions have a bug in tree vectorization on PPC
|
||||||
@ -1818,6 +1819,10 @@ done
|
|||||||
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 02 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.12.0.7-1
|
||||||
|
- Default to without fresh_libjvm now that java-17-openjdk-17.0.11.0.9-2.el9 is in c9s-pending
|
||||||
|
- Related: CS-2390
|
||||||
|
|
||||||
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-1
|
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-1
|
||||||
- Update to jdk-17.0.12+7 (GA)
|
- Update to jdk-17.0.12+7 (GA)
|
||||||
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
||||||
@ -1964,8 +1969,12 @@ done
|
|||||||
- Update NEWS for 17.0.12+1
|
- Update NEWS for 17.0.12+1
|
||||||
- Fix fips-17u-d63771ea660.patch so that it applies to 17.0.12+1
|
- Fix fips-17u-d63771ea660.patch so that it applies to 17.0.12+1
|
||||||
|
|
||||||
|
* Thu Apr 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.11.0.9-5
|
||||||
|
- Bump rpmrelease to rebuild for CentOS 9
|
||||||
|
|
||||||
* Thu Apr 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.11.0.9-4
|
* Thu Apr 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.11.0.9-4
|
||||||
- Sync release notes with upstream version: https://bit.ly/openjdk17011
|
- Sync release notes with upstream version: https://bit.ly/openjdk17011
|
||||||
|
- Turn off 'fresh_libjvm' until jdk-17.0.9 or later is in the CentOS buildroot
|
||||||
|
|
||||||
* Wed Apr 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.9-3
|
* Wed Apr 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.9-3
|
||||||
- BuildRequires tzdata-java >= 2024a (JDK-8325150)
|
- BuildRequires tzdata-java >= 2024a (JDK-8325150)
|
||||||
|
@ -383,10 +383,10 @@
|
|||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 7
|
%global buildver 7
|
||||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
||||||
%global rpmrelease 2
|
%global rpmrelease 3
|
||||||
# Settings used by the portable build
|
# Settings used by the portable build
|
||||||
%global portablerelease 1
|
%global portablerelease 1
|
||||||
%global portablesuffix el8
|
%global portablesuffix el9
|
||||||
%global portablebuilddir /builddir/build/BUILD
|
%global portablebuilddir /builddir/build/BUILD
|
||||||
|
|
||||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
@ -2496,6 +2496,11 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 23 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-3
|
||||||
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
|
||||||
|
- Set rpmrelease to 3
|
||||||
|
- Set portablesuffix to el9
|
||||||
|
|
||||||
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-2
|
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-2
|
||||||
- Update to jdk-17.0.12+7 (GA)
|
- Update to jdk-17.0.12+7 (GA)
|
||||||
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user