Resolves: #1428550 - make the dependency on nss-pem arch-specific

This commit is contained in:
Kamil Dudka 2017-03-06 10:30:12 +01:00
parent d1f798c07e
commit afa73a568f
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl
Version: 7.51.0
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@ -96,7 +96,7 @@ Requires: libssh2%{?_isa} >= %{libssh2_version}
# libnsspem.so is no longer included in the nss package (#1347336)
BuildRequires: nss-pem
Requires: nss-pem
Requires: nss-pem%{?_isa}
%description -n libcurl
libcurl is a free and easy-to-use client-side URL transfer library, supporting
@ -245,6 +245,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4
%changelog
* Tue Apr 04 2017 Kamil Dudka <kdudka@redhat.com> 7.51.0-5
- make the dependency on nss-pem arch-specific (#1428550)
* Fri Dec 23 2016 Kamil Dudka <kdudka@redhat.com> 7.51.0-4
- fix floating point buffer overflow issues (CVE-2016-9586)