add openssl-SMx-perl rpm provides

Signed-off-by: lixiao <lixiao57@huawei.com>
This commit is contained in:
lixiao 2024-02-05 03:09:20 +00:00 committed by Gitee
parent 08ef175d39
commit a24096b43b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: openssl
Epoch: 1
Version: 1.1.1m
Release: 28
Release: 29
Summary: Cryptography and SSL/TLS Toolkit
License: OpenSSL and SSLeay
URL: https://www.openssl.org/
@ -103,6 +103,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
@ -278,6 +280,9 @@ make test || :
%ldconfig_scriptlets libs
%changelog
* Mon Feb 5 2024 lixiao <lixiao57@huawei.com> - 1:1.1.1m-29
- add openssl-SMx-perl rpm provides
* Tue Jan 30 2024 lixiao <lixiao57@huawei.com> - 1:1.1.1m-28
- Fix CVE-2024-0727 PKCS12 Decoding crashes