Properly check valgrind arches

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-09 11:28:28 +02:00
parent c4132843c7
commit eadf531938
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Name: libprelude
Version: 5.2.0
Release: 23%{?dist}
Release: 23.0.riscv64%{?dist}
Summary: Secure Connections between all Sensors and the Prelude Manager
License: LGPL-2.1-or-later
URL: https://www.prelude-siem.org/
@ -60,7 +60,7 @@ BuildRequires: pkgconfig(lua) >= 5.2
BuildRequires: pkgconfig(ruby)
BuildRequires: pkgconfig(zlib)
%ifnarch s390 ppc64 ppc64le
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
@ -242,6 +242,9 @@ patch -d %{buildroot}%{_includedir}/libprelude/ -p0 < %SOURCE1
%doc AUTHORS ChangeLog README NEWS
%changelog
* Tue Jan 09 2024 David Abdurachmanov <davidlt@rivosinc.com> - 5.2.0-23.0.riscv64
- Properly check valgrind arches
* Thu Jan 04 2024 Florian Weimer <fweimer@redhat.com> - 5.2.0-23
- Fix another C compatibility issue (#2148366)