import java-11-openjdk-11.0.20.0.8-3.el9
This commit is contained in:
parent
ac9dfc4370
commit
8f149a2dbb
@ -378,7 +378,7 @@
|
|||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 8
|
%global buildver 8
|
||||||
%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 portablerhel 8
|
%global portablerhel 8
|
||||||
@ -1150,7 +1150,7 @@ 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
|
# 2023c required as of JDK-8305113
|
||||||
BuildRequires: tzdata-java >= 2023c
|
Requires: tzdata-java >= 2023c
|
||||||
# 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}
|
||||||
@ -2464,6 +2464,10 @@ require "copy_jdk_configs.lua"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.0.8-3
|
||||||
|
- Fix tzdata requirement copy-and-paste error that led to two BuildRequires and no Requires
|
||||||
|
- Resolves: rhbz#2224420
|
||||||
|
|
||||||
* Wed Jul 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.0.8-2
|
* Wed Jul 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.0.8-2
|
||||||
- Bump release number so we are newer than 9.0
|
- Bump release number so we are newer than 9.0
|
||||||
- Related: rhbz#2221106
|
- Related: rhbz#2221106
|
||||||
|
Loading…
Reference in New Issue
Block a user