diff --git a/openssl.spec b/openssl.spec index b82795bef5aa80705000253c018cf4e03e75c1ac..bfe378a98814016fced22f94599f95716c0f7737 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