From 99ce135677c11d45bfb645d0c8861c7f54108a0a5bf3265482cbc70dd2658175 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Sun, 10 Nov 2019 14:38:30 +0000 Subject: [PATCH] Accepting request 746104 from home:StefanBruens:branches:science:HPC - BuildRequire valgrind-client-headers instead of full valgrind-devel where available. OBS-URL: https://build.opensuse.org/request/show/746104 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=115 --- rdma-core.changes | 6 ++++++ rdma-core.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/rdma-core.changes b/rdma-core.changes index fee1c31..08094ac 100644 --- a/rdma-core.changes +++ b/rdma-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 6 23:09:09 UTC 2019 - Stefan BrĂ¼ns + +- BuildRequire valgrind-client-headers instead of full valgrind-devel + where available. + ------------------------------------------------------------------- Wed Oct 2 06:37:21 UTC 2019 - Nicolas Morey-Chaisemartin diff --git a/rdma-core.spec b/rdma-core.spec index 4b60fd1..ed083a0 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -73,8 +73,12 @@ BuildRequires: python3-Cython BuildRequires: python3-devel %endif %ifnarch s390 s390x +%if 0%{?suse_version} >= 1550 +BuildRequires: valgrind-client-headers +%else BuildRequires: valgrind-devel %endif +%endif BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-route-3.0)