From 4fd253c26cbf8414a75d268c53603fe2e04507a2 Mon Sep 17 00:00:00 2001 From: lixiao2023 Date: Mon, 5 Feb 2024 10:39:06 +0800 Subject: [PATCH] add openssl-SMx-perl rpm provides --- openssl.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index b82795b..bfe378a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 1.1.1wa -Release: 3 +Release: 4 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay URL: https://gitee.com/openeuler/openssl @@ -45,6 +45,8 @@ and protocols. Summary: Perl scripts provided with OpenSSL Requires: perl-interpreter Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} +Obsoletes: openssl-SMx-perl < %{epoch}:%{version}-%{release} +Provides: openssl-SMx-perl = %{epoch}:%{version}-%{release} %description perl OpenSSL is a toolkit for supporting cryptography. The openssl-perl @@ -220,6 +222,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Mon Feb 5 2024 lixiao - 1:1.1.1wa-4 +- add openssl-SMx-perl rpm provides + * Tue Jan 30 2024 lixiao - 1:1.1.1wa-3 - Fix CVE-2024-0727 PKCS12 Decoding crashes -- Gitee