diff --git a/add-version-txt.patch b/add-version-txt.patch index 855290a59d70b280cc26a614c82d983f7e8b2df3..6d0770d9d5295bc023a1c065cece66c18695bd23 100644 --- a/add-version-txt.patch +++ b/add-version-txt.patch @@ -13,7 +13,7 @@ index 000000000..b717bafbe --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ -+17.0.4.0.13 ++17.0.5.0.13 -- 2.19.0 diff --git a/jdk-updates-jdk17u-jdk-17.0.4+8.tar.gz b/jdk-updates-jdk17u-jdk-17.0.5+8.tar.gz similarity index 82% rename from jdk-updates-jdk17u-jdk-17.0.4+8.tar.gz rename to jdk-updates-jdk17u-jdk-17.0.5+8.tar.gz index 1ab048ab27e323fbff489ab7aeeaaf0c3fa567f1..44bb50b3bdd78a6ee5da1dd6c08f75e2059bcf05 100644 Binary files a/jdk-updates-jdk17u-jdk-17.0.4+8.tar.gz and b/jdk-updates-jdk17u-jdk-17.0.5+8.tar.gz differ diff --git a/openjdk-17.spec b/openjdk-17.spec index 80785feba22e80a4dad565649fe49c3053d339b5..ba4b246211d28cfa92c6e81bb86982acc8bcdd88 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -155,7 +155,7 @@ # Used via new version scheme. JDK 17 was # GA'ed in March 2021 => 21.9 %global vendor_version_string 21.9 -%global securityver 4 +%global securityver 5 # buildjdkver is usually same as %%{majorver}, # but in time of bootstrap of next jdk, it is majorver-1, # and this it is better to change it here, on single place @@ -885,7 +885,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 3 +Release: 0 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages @@ -1758,6 +1758,10 @@ cjc.mainProgram(arg) %changelog +* Wed Oct 19 2022 kuenking111 - 1:17.0.5.8-0.rolling +- modified add-version-txt.patch +- add jdk17.0.5-ga + * Thu Sep 15 2022 kuenking111 - 1:17.0.4.8-0.3 - add Apply-TBI-to-ZGC-of-JDK17.patch