diff --git a/download b/download index 56a807382861d91123494c185358a5d15217f1a5..0b77f7d02bd62a2d75679625142304da3e773af7 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -fb02aac10a17256e9e19547bf6e53eff openjdk-jdk17u-jdk-17.0.5+8.tar.xz +d02414c9b7ec2a2655df49868ade3618 openjdk-17.0.12+7.tar.xz 5d441d6217cc75372ca5a0943997cb24 tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 2fc1c6fcce7907ff584b6f1abf65159600324943..7769507f20eab30e667a46684c8c9d86897e5d6b 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -13,7 +13,7 @@ # Only produce a release build on x86_64: # $ fedpkg mockbuild --without slowdebug --without fastdebug -%global anolis_release 4 +%global anolis_release 5 # Enable fastdebug builds by default on relevant arches. %bcond_without fastdebug # Enable slowdebug builds by default on relevant arches. @@ -268,7 +268,7 @@ # New Version-String scheme-style defines %global featurever 17 %global interimver 0 -%global updatever 5 +%global updatever 12 %global patchver 0 # buildjdkver is usually same as %%{featurever}, # but in time of bootstrap of next jdk, it is featurever-1, @@ -293,7 +293,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 8 +%global buildver 7 %global rpmrelease 3 # 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 @@ -314,7 +314,7 @@ %global filever %(svn=%{newjavaver}; for i in 1 2 3 4 5 6 ; do svn=${svn%%.0} ; done; echo ${svn}) # The tag used to create the OpenJDK tarball -%global vcstag jdk-%{filever}+%{buildver}%{?tagsuffix:-%{tagsuffix}} +%global vcstag %{filever}+%{buildver}%{?tagsuffix:-%{tagsuffix}} # Define milestone (EA for pre-releases, GA for releases) # Release will be (where N is usually a number starting at 1): @@ -1187,7 +1187,7 @@ URL: http://openjdk.java.net/ # The source tarball, generated using generate_source_tarball.sh -Source0: openjdk-jdk%{featurever}u-%{vcstag}.tar.xz +Source0: openjdk-%{vcstag}.tar.xz # Use 'icedtea_sync.sh' to update the following # They are based on code contained in the IcedTea project (6.x).