Sync from SUSE:SLFO:Main java-1_8_0-openjdk revision 6ef00944abf7649343ab9be2387be888

This commit is contained in:
2025-02-20 09:37:03 +01:00
parent 8eee8ada98
commit e48f06ce53
10 changed files with 236 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package java-1_8_0-openjdk
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm}
%global icedtea_version 3.32.0
%global icedtea_version 3.34.0
%global buildoutputdir openjdk.build/
# Convert an absolute path to a relative path. Each symbolic link is
# specified relative to the directory in which it is installed so that
@@ -31,8 +31,8 @@
# priority must be 6 digits in total
%global priority 1805
%global javaver 1.8.0
%global updatever 422
%global buildver 05
%global updatever 442
%global buildver 06
# Standard JPackage directories and symbolic links.
%global sdklnk java-%{javaver}-openjdk
%global archname %{sdklnk}
@@ -189,6 +189,12 @@ Patch15: make-jobserver-detection.patch
#
# OpenJDK specific patches
#
# Reproducible stuff
#
Patch20: reproducible-directory-mtime.patch
Patch21: reproducible-javadoc-timestamp.patch
Patch22: reproducible-properties.patch
#
# Patch for PPC
Patch103: ppc-zero-hotspot.patch
Patch1001: java-1_8_0-openjdk-suse-desktop-files.patch
@@ -523,6 +529,10 @@ patch -p0 -i %{PATCH14}
patch -p0 -i %{PATCH15}
patch -p0 -i %{PATCH20}
patch -p0 -i %{PATCH21}
patch -p0 -i %{PATCH22}
%ifarch ppc ppc64 ppc64le
# PPC fixes
patch -p0 -i %{PATCH103}