From b88df783114b48f08e2a308f17b9bed7b65dac59 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 12 Sep 2025 15:13:26 +0800 Subject: [PATCH] Amending the license (cherry picked from commit 1056bf578a3c9f9f12ea5e71c0c498a5b90bd7d2) --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 0ae848d..a258b36 100755 --- a/openssl.spec +++ b/openssl.spec @@ -2,9 +2,9 @@ Name: openssl Epoch: 1 Version: 3.0.12 -Release: 19 +Release: 20 Summary: Cryptography and SSL/TLS Toolkit -License: OpenSSL and SSLeay +License: Apache-2.0 URL: https://www.openssl.org/ Source0: https://www.openssl.org/source/%{name}-%{version}.tar.gz Source1: Makefile.certificate @@ -286,6 +286,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Wed Aug 27 2025 koulq - 1:3.0.12-20 +- Amending the license + * Mon Aug 25 2025 swcompiler - 1:3.0.12-19 - fix sw_64 _libdir -- Gitee