diff --git a/openssl.spec b/openssl.spec index cdf81274f3397cc6081e1744f057352534961ad1..11b08d596023303067987c9ccaa46e6ada3b4016 100644 --- a/openssl.spec +++ b/openssl.spec @@ -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 - 1:1.1.1m-29 +- add openssl-SMx-perl rpm provides + * Tue Jan 30 2024 lixiao - 1:1.1.1m-28 - Fix CVE-2024-0727 PKCS12 Decoding crashes