From afa73a568fde045deecf61c9d219ec7bde5f2fba Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 6 Mar 2017 10:30:12 +0100 Subject: [PATCH] Resolves: #1428550 - make the dependency on nss-pem arch-specific --- curl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index b23f302..cce03b0 100644 --- a/curl.spec +++ b/curl.spec @@ -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 7.51.0-5 +- make the dependency on nss-pem arch-specific (#1428550) + * Fri Dec 23 2016 Kamil Dudka 7.51.0-4 - fix floating point buffer overflow issues (CVE-2016-9586)