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
|
Name: kea
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1.0.riscv64%{?dist}
|
||||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||||
|
|
||||||
License: MPLv2.0 and Boost
|
License: MPLv2.0 and Boost
|
||||||
@ -45,7 +45,7 @@ BuildRequires: log4cplus-devel
|
|||||||
BuildRequires: sysrepo-devel
|
BuildRequires: sysrepo-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifnarch s390 %{mips}
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
# src/lib/testutils/dhcp_test_lib.sh
|
# src/lib/testutils/dhcp_test_lib.sh
|
||||||
@ -225,6 +225,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 27 2022 Martin Osvald <mosvald@redhat.com> - 2.2.0-1
|
||||||
- New version 2.2.0
|
- New version 2.2.0
|
||||||
- Add source code signature verification
|
- Add source code signature verification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user