From 49e681f424bd10df5820bac040cf16cd35569abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 6 May 2016 14:18:53 +0200 Subject: [PATCH] valgrind not available on s390 --- ceph.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec b/ceph.spec index 3952037..06d7287 100644 --- a/ceph.spec +++ b/ceph.spec @@ -132,7 +132,9 @@ BuildRequires: python-requests BuildRequires: python-virtualenv BuildRequires: snappy-devel BuildRequires: util-linux +%ifnarch s390 BuildRequires: valgrind-devel +%endif BuildRequires: xfsprogs BuildRequires: xfsprogs-devel BuildRequires: xmlstarlet