From 24f6bd2ed8b406ee72c8fbada84393bd14e035e6bfdb56f90a626b49cf0c249b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 2 Sep 2013 12:56:15 +0000 Subject: [PATCH] Accepting request 196854 from Base:System - buildrequire valgrind on the same arch list that valgrind builds (forwarded request 196834 from oertel) OBS-URL: https://build.opensuse.org/request/show/196854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=63 --- gnutls.changes | 5 +++++ gnutls.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gnutls.changes b/gnutls.changes index 869762e..553caa1 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 30 00:31:19 CEST 2013 - ro@suse.de + +- buildrequire valgrind on the same arch list that valgrind builds + ------------------------------------------------------------------- Thu Aug 1 13:42:11 UTC 2013 - meissner@suse.com diff --git a/gnutls.spec b/gnutls.spec index 23c66d5..9a5f888 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -46,7 +46,9 @@ BuildRequires: libidn-devel BuildRequires: libnettle-devel >= 2.7 BuildRequires: libtasn1-devel >= 2.14 BuildRequires: libtool +%ifarch %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl BuildRequires: valgrind +%endif %if %suse_version >= 1230 BuildRequires: makeinfo %endif