From efea9223f34e9136389d9791939da1d0fba1645b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Feb 22 2017 11:17:41 +0000 Subject: do not use valgrind on i686 until sqlite is rebuilt ... by patched GCC (#1423434) --- diff --git a/curl.spec b/curl.spec index 46af952..966f7a0 100644 --- a/curl.spec +++ b/curl.spec @@ -59,7 +59,7 @@ BuildRequires: perl(vars) # to be less reliable, in order to avoid unnecessary build failures (see RHBZ # #810992, #816175, and #886891). Nevertheless developers are free to install # valgrind manually to improve test coverage on any architecture. -%ifarch %{ix86} x86_64 +%ifarch x86_64 BuildRequires: valgrind %endif @@ -230,6 +230,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Feb 22 2017 Kamil Dudka 7.53.0-1 +- do not use valgrind on ix86 until sqlite is rebuilt by patched GCC (#1423434) - new upstream release (fixes CVE-2017-2629) * Fri Feb 10 2017 Fedora Release Engineering - 7.52.1-2