From: Jason Dillaman Date: Fri, 8 Jan 2016 17:21:58 +0000 (-0500) Subject: deb,rpm: add valgrind to build dependencies X-Git-Tag: v10.0.3~46^2~1^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=953bdfbccdf754cee7abe6fe44927b8cd2cd0d89;p=ceph.git deb,rpm: add valgrind to build dependencies Provides necessary support for annotating helgrind false-positives. Signed-off-by: Jason Dillaman --- diff --git a/ceph.spec.in b/ceph.spec.in index 52c5c1d5f093..da4b171b97c8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -133,6 +133,7 @@ BuildRequires: python-requests BuildRequires: python-virtualenv BuildRequires: snappy-devel BuildRequires: util-linux +BuildRequires: valgrind-devel BuildRequires: xfsprogs BuildRequires: xfsprogs-devel BuildRequires: xmlstarlet diff --git a/debian/control b/debian/control index 8c0369fa34c4..acb1c3e71315 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,7 @@ Build-Depends: autoconf, python-virtualenv, sdparm | hdparm, uuid-runtime, + valgrind, xfslibs-dev, xfsprogs, xmlstarlet,