From f9262dd997fed6ac24c61536d8807977e2723a58 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 4 Feb 2022 16:43:05 -0500 Subject: [PATCH] realtime-tests: Do not build unsupported i686 Do not build unsupported i686 Resolves: rhbz#2050375 Signed-off-by: John Kacur --- realtime-tests.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/realtime-tests.spec b/realtime-tests.spec index dd7e780..3639cb2 100644 --- a/realtime-tests.spec +++ b/realtime-tests.spec @@ -6,12 +6,12 @@ Name: realtime-tests # Numa argument to make: NUMA=1 # Version: 2.3 -Release: 2%{?dist} +Release: 3%{?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 aarch64 i686 BuildRequires: make BuildRequires: gcc BuildRequires: numactl-devel @@ -86,6 +86,10 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Fri Feb 4 2022 John Kacur - 2.3-3 +- Don't build unsupported i686 +Resolves: rhbz#2050375 + * Thu Feb 3 2022 John Kacur - 2.3-2 - Fix parsing of affinity - Ignore the runtime cpumask if a new cpumask is requested