From 4f347f1ef2f50815486e7a1599402d07f6472af0 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Thu, 16 Sep 2021 14:34:44 +0800 Subject: [PATCH] add provides openssl-perl --- openssl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index b181676..615d78e 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 -- Gitee