From 1d7d0c6d5c7d700f9b1de110233fdb46cb78a0b8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 9 May 2018 17:47:54 +0200 Subject: [PATCH] Disable valgrind for riscv64 Signed-off-by: David Abdurachmanov --- jemalloc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index eaa10a1..73ca9e7 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.1.0 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -11,7 +11,7 @@ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version} BuildRequires: /usr/bin/xsltproc BuildRequires: perl-generators -%ifnarch s390 %{mips} +%ifnarch s390 %{mips} riscv64 BuildRequires: valgrind-devel %endif @@ -107,6 +107,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Wed May 09 2018 David Abdurachmanov - 5.1.0-1.0.riscv64 +- Disable valgrind for riscv64 + * Wed May 09 2018 Ingvar Hagelund - 5.1.0-1 - New upstream release - Removed patches merged upstream