diff --git a/openssl.spec b/openssl.spec index b18167648ff16fe24558d09baec5554cbb362cda..615d78efb761e561590d68689c9f33209347ef5e 100644 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 1.1.1f -Release: 11 +Release: 12 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay and GPLv2+ URL: https://www.openssl.org/ @@ -94,6 +94,7 @@ Requires: coreutils perl %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release Requires: %{name}-help = %{epoch}:%{version}-%{release} Obsoletes: openssl-perl < %{epoch}:%{version}-%{release} Provides: openssl-perl%{_isa} = %{epoch}:%{version}-%{release} +Provides: openssl-perl = %{epoch}:%{version}-%{release} %description OpenSSL is a robust, commercial-grade, and full-featured toolkit for the @@ -263,6 +264,9 @@ make test || : %{_pkgdocdir}/html/ %changelog +* Thu Sep 16 2021 wutao - 1:1.1.1f-12 +- add provides openssl-perl + * Mon Aug 30 2021 openEuler Buildteam - 1:1.1.1f-11 - fix CVE-2021-3711 and CVE-2021-3712