import UBI java-11-openjdk-11.0.23.0.9-3.el8
This commit is contained in:
		
							parent
							
								
									0f5c02b14e
								
							
						
					
					
						commit
						9a2dd77561
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,2 +1,2 @@ | |||||||
| SOURCES/openjdk-jdk11u-jdk-11.0.22+7.tar.xz | SOURCES/openjdk-jdk11u-jdk-11.0.23+9.tar.xz | ||||||
| SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz | SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz | ||||||
|  | |||||||
| @ -1,2 +1,2 @@ | |||||||
| 7694237019564cbd5568e24ffae9754308d13b29 SOURCES/openjdk-jdk11u-jdk-11.0.22+7.tar.xz | db99bc0a0912f824db1043d18b199c154d57bb5b SOURCES/openjdk-jdk11u-jdk-11.0.23+9.tar.xz | ||||||
| c8281ee37b77d535c9c1af86609a531958ff7b34 SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz | c8281ee37b77d535c9c1af86609a531958ff7b34 SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz | ||||||
|  | |||||||
| @ -339,7 +339,7 @@ | |||||||
| # New Version-String scheme-style defines | # New Version-String scheme-style defines | ||||||
| %global featurever 11 | %global featurever 11 | ||||||
| %global interimver 0 | %global interimver 0 | ||||||
| %global updatever 22 | %global updatever 23 | ||||||
| %global patchver 0 | %global patchver 0 | ||||||
| # buildjdkver is usually same as %%{featurever}, | # buildjdkver is usually same as %%{featurever}, | ||||||
| # but in time of bootstrap of next jdk, it is featurever-1, | # but in time of bootstrap of next jdk, it is featurever-1, | ||||||
| @ -392,8 +392,8 @@ | |||||||
| %global origin_nice     OpenJDK | %global origin_nice     OpenJDK | ||||||
| %global top_level_dir_name   %{vcstag} | %global top_level_dir_name   %{vcstag} | ||||||
| %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        9 | ||||||
| %global rpmrelease      1 | %global rpmrelease      2 | ||||||
| #%%global tagsuffix     %%{nil} | #%%global tagsuffix     %%{nil} | ||||||
| # 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 | ||||||
| %if %is_system_jdk | %if %is_system_jdk | ||||||
| @ -571,7 +571,7 @@ Source0: openjdk-jdk%{featurever}u-%{vcstag}.tar.xz | |||||||
| # Use 'icedtea_sync.sh' to update the following | # Use 'icedtea_sync.sh' to update the following | ||||||
| # They are based on code contained in the IcedTea project (6.x). | # They are based on code contained in the IcedTea project (6.x). | ||||||
| # Systemtap tapsets. Zipped up to keep it small. | # Systemtap tapsets. Zipped up to keep it small. | ||||||
| Source8: tapsets-icedtea-%%{icedteaver}.tar.xz | Source8: tapsets-icedtea-%{icedteaver}.tar.xz | ||||||
| 
 | 
 | ||||||
| # Desktop files. Adapted from IcedTea | # Desktop files. Adapted from IcedTea | ||||||
| # Disabled in portables | # Disabled in portables | ||||||
| @ -726,8 +726,9 @@ BuildRequires: java-%{buildjdkver}-openjdk-devel | |||||||
| %ifarch %{zero_arches} | %ifarch %{zero_arches} | ||||||
| BuildRequires: libffi-devel | BuildRequires: libffi-devel | ||||||
| %endif | %endif | ||||||
| # 2023c required as of JDK-8305113 | # 2024a required as of JDK-8325150 | ||||||
| BuildRequires: tzdata-java >= 2023c | # Use 2023d until 2024a is in the buildroot | ||||||
|  | BuildRequires: tzdata-java >= 2023d | ||||||
| # 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 | ||||||
| @ -747,17 +748,17 @@ BuildRequires: libjpeg-devel | |||||||
| BuildRequires: libpng-devel | BuildRequires: libpng-devel | ||||||
| %else | %else | ||||||
| # Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h | # Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h | ||||||
| Provides: bundled(freetype) = 2.13.0 | Provides: bundled(freetype) = 2.13.2 | ||||||
| # Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h | # Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h | ||||||
| Provides: bundled(giflib) = 5.2.1 | Provides: bundled(giflib) = 5.2.1 | ||||||
| # Version in src/java.desktop/share/native/libharfbuzz/hb-version.h | # Version in src/java.desktop/share/native/libharfbuzz/hb-version.h | ||||||
| Provides: bundled(harfbuzz) = 7.2.0 | Provides: bundled(harfbuzz) = 8.2.2 | ||||||
| # Version in src/java.desktop/share/native/liblcms/lcms2.h | # Version in src/java.desktop/share/native/liblcms/lcms2.h | ||||||
| Provides: bundled(lcms2) = 2.15.0 | Provides: bundled(lcms2) = 2.15.0 | ||||||
| # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h | # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h | ||||||
| Provides: bundled(libjpeg) = 6b | Provides: bundled(libjpeg) = 6b | ||||||
| # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h | # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h | ||||||
| Provides: bundled(libpng) = 1.6.39 | Provides: bundled(libpng) = 1.6.40 | ||||||
| # We link statically against libstdc++ to increase portability | # We link statically against libstdc++ to increase portability | ||||||
| BuildRequires: libstdc++-static | BuildRequires: libstdc++-static | ||||||
| %endif | %endif | ||||||
| @ -1062,9 +1063,6 @@ function buildjdk() { | |||||||
|     bash ${top_dir_abs_src_path}/configure \ |     bash ${top_dir_abs_src_path}/configure \ | ||||||
| %ifarch %{zero_arches} | %ifarch %{zero_arches} | ||||||
|     --with-jvm-variants=zero \ |     --with-jvm-variants=zero \ | ||||||
| %endif |  | ||||||
| %ifarch %{ppc64le} |  | ||||||
|     --with-jobs=1 \ |  | ||||||
| %endif | %endif | ||||||
|     --with-cacerts-file=`readlink -f %{_sysconfdir}/pki/java/cacerts`  \ |     --with-cacerts-file=`readlink -f %{_sysconfdir}/pki/java/cacerts`  \ | ||||||
|     --with-version-build=%{buildver} \ |     --with-version-build=%{buildver} \ | ||||||
| @ -1648,6 +1646,23 @@ done | |||||||
| %{_jvmdir}/%{miscportablearchive}.sha256sum | %{_jvmdir}/%{miscportablearchive}.sha256sum | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Apr 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.23.0.9-2 | ||||||
|  | - Fix 11.0.22 release date in NEWS | ||||||
|  | 
 | ||||||
|  | * Wed Apr 10 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.23.0.9-1 | ||||||
|  | - Update to jdk-11.0.23+9 (GA) | ||||||
|  | - Update release notes to 11.0.23+9 | ||||||
|  | - Switch to GA mode for release | ||||||
|  | - Require tzdata 2024a due to upstream inclusion of JDK-8322725 | ||||||
|  | - Only require tzdata 2023d for now as 2024a is unavailable in buildroot | ||||||
|  | - Speed up PPC build by removing ppc64le --with-jobs=1 workaround | ||||||
|  | - ** This tarball is embargoed until 2024-04-16 @ 1pm PT. ** | ||||||
|  | 
 | ||||||
|  | * Thu Mar 21 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.23.0.1-0.1.ea | ||||||
|  | - Update to jdk-11.0.23+1 (EA) | ||||||
|  | - Update release notes to 11.0.23+1 | ||||||
|  | - Switch to EA mode | ||||||
|  | 
 | ||||||
| * Wed Jan 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.22.0.7-1 | * Wed Jan 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.22.0.7-1 | ||||||
| - Update to jdk-11.0.22+7 (GA) | - Update to jdk-11.0.22+7 (GA) | ||||||
| - Update release notes to 11.0.22+7 | - Update release notes to 11.0.22+7 | ||||||
|  | |||||||
| @ -330,7 +330,7 @@ | |||||||
| # New Version-String scheme-style defines | # New Version-String scheme-style defines | ||||||
| %global featurever 11 | %global featurever 11 | ||||||
| %global interimver 0 | %global interimver 0 | ||||||
| %global updatever 22 | %global updatever 23 | ||||||
| %global patchver 0 | %global patchver 0 | ||||||
| # buildjdkver is usually same as %%{featurever}, | # buildjdkver is usually same as %%{featurever}, | ||||||
| # but in time of bootstrap of next jdk, it is featurever-1, | # but in time of bootstrap of next jdk, it is featurever-1, | ||||||
| @ -383,11 +383,11 @@ | |||||||
| %global origin_nice     OpenJDK | %global origin_nice     OpenJDK | ||||||
| %global top_level_dir_name   %{vcstag} | %global top_level_dir_name   %{vcstag} | ||||||
| %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        9 | ||||||
| # 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      2 | %global rpmrelease      3 | ||||||
| # Settings used by the portable build | # Settings used by the portable build | ||||||
| %global portablerelease 1 | %global portablerelease 2 | ||||||
| %global portablesuffix el8 | %global portablesuffix el8 | ||||||
| %global portablebuilddir /builddir/build/BUILD | %global portablebuilddir /builddir/build/BUILD | ||||||
| 
 | 
 | ||||||
| @ -1147,8 +1147,9 @@ Provides: jre%{?1} = %{epoch}:%{version}-%{release} | |||||||
| Requires: ca-certificates | Requires: ca-certificates | ||||||
| # Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros | # Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros | ||||||
| Requires: javapackages-filesystem | Requires: javapackages-filesystem | ||||||
| # 2023c required as of JDK-8305113 | # 2024a required as of JDK-8325150 | ||||||
| Requires: tzdata-java >= 2023c | # Use 2023d until 2024a is in the buildroot | ||||||
|  | Requires: tzdata-java >= 2023d | ||||||
| # for support of kernel stream control | # for support of kernel stream control | ||||||
| # libsctp.so.1 is being `dlopen`ed on demand | # libsctp.so.1 is being `dlopen`ed on demand | ||||||
| Requires: lksctp-tools%{?_isa} | Requires: lksctp-tools%{?_isa} | ||||||
| @ -1481,8 +1482,9 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{ | |||||||
| %ifarch %{zero_arches} | %ifarch %{zero_arches} | ||||||
| BuildRequires: libffi-devel | BuildRequires: libffi-devel | ||||||
| %endif | %endif | ||||||
| # 2023c required as of JDK-8305113 | # 2024a required as of JDK-8325150 | ||||||
| BuildRequires: tzdata-java >= 2023c | # Use 2023d until 2024a is in the buildroot | ||||||
|  | BuildRequires: tzdata-java >= 2023d | ||||||
| # Earlier versions have a bug in tree vectorization on PPC | # Earlier versions have a bug in tree vectorization on PPC | ||||||
| BuildRequires: gcc >= 4.8.3-8 | BuildRequires: gcc >= 4.8.3-8 | ||||||
| 
 | 
 | ||||||
| @ -1500,17 +1502,17 @@ BuildRequires: libjpeg-devel | |||||||
| BuildRequires: libpng-devel | BuildRequires: libpng-devel | ||||||
| %else | %else | ||||||
| # Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h | # Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h | ||||||
| Provides: bundled(freetype) = 2.13.0 | Provides: bundled(freetype) = 2.13.2 | ||||||
| # Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h | # Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h | ||||||
| Provides: bundled(giflib) = 5.2.1 | Provides: bundled(giflib) = 5.2.1 | ||||||
| # Version in src/java.desktop/share/native/libharfbuzz/hb-version.h | # Version in src/java.desktop/share/native/libharfbuzz/hb-version.h | ||||||
| Provides: bundled(harfbuzz) = 7.2.0 | Provides: bundled(harfbuzz) = 8.2.2 | ||||||
| # Version in src/java.desktop/share/native/liblcms/lcms2.h | # Version in src/java.desktop/share/native/liblcms/lcms2.h | ||||||
| Provides: bundled(lcms2) = 2.15.0 | Provides: bundled(lcms2) = 2.15.0 | ||||||
| # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h | # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h | ||||||
| Provides: bundled(libjpeg) = 6b | Provides: bundled(libjpeg) = 6b | ||||||
| # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h | # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h | ||||||
| Provides: bundled(libpng) = 1.6.39 | Provides: bundled(libpng) = 1.6.40 | ||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| # this is always built, also during debug-only build | # this is always built, also during debug-only build | ||||||
| @ -2490,6 +2492,23 @@ end | |||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Apr 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.23.0.9-2 | ||||||
|  | - Fix 11.0.22 release date in NEWS | ||||||
|  | 
 | ||||||
|  | * Wed Apr 10 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.23.0.9-1 | ||||||
|  | - Update to jdk-11.0.23+9 (GA) | ||||||
|  | - Update release notes to 11.0.23+9 | ||||||
|  | - Switch to GA mode for release | ||||||
|  | - Require tzdata 2024a due to upstream inclusion of JDK-8322725 | ||||||
|  | - Only require tzdata 2023d for now as 2024a is unavailable in buildroot | ||||||
|  | - ** This tarball is embargoed until 2024-04-16 @ 1pm PT. ** | ||||||
|  | - Resolves: RHEL-30917 | ||||||
|  | 
 | ||||||
|  | * Thu Mar 28 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.23.0.1-0.1.ea | ||||||
|  | - Update to jdk-11.0.23+1 (EA) | ||||||
|  | - Update release notes to 11.0.23+1 | ||||||
|  | - Switch to EA mode | ||||||
|  | 
 | ||||||
| * Wed Jan 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.22.0.7-1 | * Wed Jan 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.22.0.7-1 | ||||||
| - Update to jdk-11.0.22+7 (GA) | - Update to jdk-11.0.22+7 (GA) | ||||||
| - Sync the copy of the portable specfile with the latest update | - Sync the copy of the portable specfile with the latest update | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user