openssl:add perl BuildRequires

Signed-off-by: w00471585 <wangshouping@huawei.com>
This commit is contained in:
w00471585 2021-06-29 20:02:08 +08:00
parent c8b313b8a5
commit a6889a8d1f

View File

@ -2,7 +2,7 @@
Name: openssl
Epoch: 1
Version: 1.1.1f
Release: 5
Release: 6
Summary: Cryptography and SSL/TLS Toolkit
License: OpenSSL and SSLeay
URL: https://www.openssl.org/
@ -21,7 +21,7 @@ Patch10: CVE-2021-23840.patch
Patch11: CVE-2021-23841.patch
Patch12: CVE-2021-3449.patch
BuildRequires: gcc make lksctp-tools-devel coreutils util-linux zlib-devel
BuildRequires: gcc perl make lksctp-tools-devel coreutils util-linux zlib-devel
Requires: coreutils perl %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
Obsoletes: openssl-perl < %{epoch}:%{version}-%{release}
@ -196,6 +196,9 @@ make test || :
%{_pkgdocdir}/html/
%changelog
* Tue Jun 29 2021 openEuler Buildteam <buildteam@openeuler.org> - 1:1.1.1f-6
- add perl BuildRequires
* Wed Apr 7 2021 openEuler Buildteam <buildteam@openeuler.org> - 1:1.1.1f-5
- fix CVE-2021-3449