Properly check valgrind arches
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
17429cccfd
commit
219a9878d1
7
kea.spec
7
kea.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: kea
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||
|
||||
License: MPLv2.0 and Boost
|
||||
@ -45,7 +45,7 @@ BuildRequires: log4cplus-devel
|
||||
BuildRequires: sysrepo-devel
|
||||
%endif
|
||||
|
||||
%ifnarch s390 %{mips}
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
# src/lib/testutils/dhcp_test_lib.sh
|
||||
@ -225,6 +225,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 15 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.2.0-1.0.riscv64
|
||||
- Properly check valgrind arches
|
||||
|
||||
* Wed Jul 27 2022 Martin Osvald <mosvald@redhat.com> - 2.2.0-1
|
||||
- New version 2.2.0
|
||||
- Add source code signature verification
|
||||
|
Loading…
Reference in New Issue
Block a user