diff --git a/SPECS/realtime-tests.spec b/SPECS/realtime-tests.spec index fc1fb75..9f1415b 100644 --- a/SPECS/realtime-tests.spec +++ b/SPECS/realtime-tests.spec @@ -6,12 +6,12 @@ Name: realtime-tests # Numa argument to make: NUMA=1 # Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz -ExcludeArch: s390 s390x armv7hl ppc64 ppc64le aarch64 +ExcludeArch: s390 s390x armv7hl ppc64 ppc64le BuildRequires: make BuildRequires: gcc BuildRequires: numactl-devel @@ -82,6 +82,9 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Thu Nov 18 2021 Pierre-Yves Chibon - 2.1-4 +- Enable on aarch64 + * Tue Aug 10 2021 Mohan Boddu - 2.1-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688