add provides openssl-perl

This commit is contained in:
jackie_wu 2021-09-16 14:34:44 +08:00
parent 6e00f78707
commit 4f347f1ef2

View File

@ -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 <wutao61@huawei.com> - 1:1.1.1f-12
- add provides openssl-perl
* Mon Aug 30 2021 openEuler Buildteam <buildteam@openeuler.org> - 1:1.1.1f-11
- fix CVE-2021-3711 and CVE-2021-3712