From 444f1c0b6b2162a9c3968ec8e4d27a97c4fc91dd Mon Sep 17 00:00:00 2001 From: liyuanyuan Date: Thu, 15 Dec 2022 21:16:40 +0800 Subject: [PATCH] change vendor-name and vendor-url --- openjdk-latest.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 6f4b281..e52d005 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -892,7 +892,7 @@ Name: java-latest-%{origin} Version: %{newjavaver}.%{buildver} # This package needs `.rolling` as part of Release so as to not conflict on install with # java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as -Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling +Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.u1 # 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 @@ -1325,8 +1325,8 @@ bash ../configure \ --with-version-pre=\"${EA_DESIGNATOR}\" \ --with-version-opt=%{lts_designator} \ --with-vendor-version-string="%{vendor_version_string}" \ - --with-vendor-name="openEuler Community" \ - --with-vendor-url="https://openeuler.org/" \ + --with-vendor-name="%{_vendor}" \ + --with-vendor-url="https://www.chinaunicom.com/" \ --with-vendor-bug-url="%{bug_url}" \ --with-vendor-vm-bug-url="%{bug_url}" \ --with-boot-jdk=/usr/lib/jvm/java-%{buildjdkver}-openjdk \ @@ -1752,6 +1752,11 @@ cjc.mainProgram(arg) %changelog +* Thu Dec 15 2022 liyuanyuan - 1:19.0.0.36-1.rolling.u1 +- Type:bugfix +- CVE:NA +- DESC:change vendor-name and vendor-url + * Wed Nov 2 2022 DXwangg - 1:19.0.0.36-1.rolling - set build jdk to 19 -- Gitee