From 4bcf0c1dd11f8254f3c9ca702ad4f6205919cd0f Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 9 Mar 2021 10:09:20 +0100 Subject: [PATCH] fixed suggests of wrong pcsc-lite-devel%{?_isa} to correct pcsc-lite-libs%{?_isa} --- java-latest-openjdk.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index 36f858e..c01f3b6 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -272,7 +272,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global buildver 36 -%global rpmrelease 0 +%global rpmrelease 1 # 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 # Using 10 digits may overflow the int used for priority, so we combine the patch and build versions @@ -953,7 +953,7 @@ Requires(post): %{alternatives_requires} # Postun requires alternatives to uninstall tool alternatives Requires(postun): %{alternatives_requires} # for optional support of kernel stream control, card reader and printing bindings -Suggests: lksctp-tools%{?_isa}, pcsc-lite-devel%{?_isa} +Suggests: lksctp-tools%{?_isa}, pcsc-lite-libs%{?_isa} # Standard JPackage base provides Provides: jre-%{javaver}-%{origin}-headless%{?1} = %{epoch}:%{version}-%{release} @@ -2147,7 +2147,10 @@ require "copy_jdk_configs.lua" %endif %changelog -* Fri Feb 19 2021 Andrew Hughes - 1:16.0.0.0.36-0.0.ea.rolling +* Tue Mar 09 2021 Jiri Vanek - 1:16.0.0.0.36-1.rolling +- fixed suggests of wrong pcsc-lite-devel%{?_isa} to correct pcsc-lite-libs%{?_isa} + +* Fri Feb 19 2021 Andrew Hughes - 1:16.0.0.0.36-0.rolling - Update to jdk-16.0.0.0+36 - Update tarball generation script to use git following OpenJDK's move to github - Update tarball generation script to use PR3823 which handles JDK-8235710 changes