From 53b00ab0e0e6c6d8e699ae181b8466036c323014 Mon Sep 17 00:00:00 2001 From: songliyang Date: Fri, 30 Aug 2024 17:56:07 +0800 Subject: [PATCH] update License --- openjdk-17.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjdk-17.spec b/openjdk-17.spec index 339ae75..35e4482 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -903,7 +903,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 2 +Release: 3 # 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 @@ -932,7 +932,7 @@ Summary: %{origin_nice} Runtime Environment %{majorver} # The test code includes copies of NSS under the Mozilla Public License v2.0 # The PCSClite headers are under a BSD with advertising license # The elliptic curve cryptography (ECC) source code is licensed under the LGPLv2.1 or any later version -License: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA +License: ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA-MD URL: http://openjdk.java.net/ @@ -1843,6 +1843,9 @@ cjc.mainProgram(args) -- the returns from copy_jdk_configs.lua should not affect %changelog +* Fri Aug 30 2024 songliyang - 1:17.0.12.7-3 +- update License + * Sat Aug 3 2024 kuenking111 - 1:17.0.12.7-2 - add Huawei-Extending-the-IV-Length-Supported-by-KAEProvider-AES.patch - add Backport-7036144-GZIPInputStream-readTrailer-uses-faulty-avai.patch -- Gitee