From 1f88cae449c3b9a051e900a75cc53e09c79b082d Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 12 Sep 2025 15:09:26 +0800 Subject: [PATCH] Amending the license (cherry picked from commit e60afcbe877946393e604fa539760df2acba0d37) --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index c894007..fc2f6fe 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