From 6b0ab8e35896205af0d95c0ce2799511e0e69570 Mon Sep 17 00:00:00 2001 From: kuenking111 Date: Mon, 27 Nov 2023 10:46:11 +0800 Subject: [PATCH] Add vendor name --- openjdk-17.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openjdk-17.spec b/openjdk-17.spec index 58623d4..85e4e7d 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -176,6 +176,8 @@ %global lts_designator_zip "" %endif +%global vendor_version_string BiSheng + # Standard JPackage naming and versioning defines %global origin openjdk %global origin_nice OpenJDK @@ -891,7 +893,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 1 +Release: 2 # 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 @@ -1416,6 +1418,8 @@ bash ../configure \ --with-vendor-vm-bug-url="%{bug_url}" \ --with-vendor-bug-url="https://gitee.com/src-openeuler/openjdk-17/issues/" \ --with-vendor-vm-bug-url="https://gitee.com/src-openeuler/openjdk-17/issues/" \ + --with-vendor-name="BiSheng" \ + --with-vendor-version-string="%{vendor_version_string}" \ --with-boot-jdk=/usr/lib/jvm/java-%{buildjdkver}-openjdk \ --with-debug-level=$debugbuild \ --with-native-debug-symbols=internal \ @@ -1841,6 +1845,9 @@ cjc.mainProgram(arg) %changelog +* Mon Nov 27 2023 kuenking111 - 1:17.0.9.8-2 +- Add vendor name + * Thu Oct 26 2023 kuenking111 - 1:17.0.9.8-1 - add 8295068-SSLEngine-throws-NPE-parsing-CertificateRequ.patch - add 8316576-com.sun.jndi.ldap.Connection.cleanup-does-no.patch -- Gitee