From 70e715d96092d04e9f26a47b962a90325b18291b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 6 Jun 2023 11:46:43 +0300 Subject: [PATCH] Properly check valgrind arches Signed-off-by: David Abdurachmanov --- libpreludedb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpreludedb.spec b/libpreludedb.spec index a627a2c..db22d92 100644 --- a/libpreludedb.spec +++ b/libpreludedb.spec @@ -5,7 +5,7 @@ Name: libpreludedb Version: 5.2.0 -Release: 11%{?dist} +Release: 11.0.riscv64%{?dist} Summary: Framework for easy access to the IDMEF database # Prelude is GPL-2.0+ # libmissing is LGPL-2.1+ @@ -42,7 +42,7 @@ BuildRequires: perl-generators BuildRequires: python3-devel BuildRequires: pkgconfig(zlib) -%ifnarch s390 +%ifarch %{valgrind_arches} BuildRequires: valgrind %endif @@ -209,6 +209,9 @@ chmod +x %{buildroot}%{_datadir}/%{name}/classic/mysql2sqlite.sh %doc ChangeLog README NEWS %changelog +* Tue Jun 06 2023 David Abdurachmanov - 5.2.0-11.0.riscv64 +- Properly check valgrind arches + * Thu Jan 19 2023 Fedora Release Engineering - 5.2.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild