From dbcc9103cae13311ae3b279219df6aa28bdf2b32 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 8 Jun 2023 16:25:06 +0200 Subject: [PATCH] reenable "make check" We now use "-cpu max" (libguestfs upstream commit 30f74f38bd6e). (This has nothing to do with RHBZ 2209280 BTW, but the bots don't let us commit maintenance-only patches.) A port of libguestfs dist-git commit feaa7975e516 ("reenable quickcheck", 2023-05-25). resolves: rhbz#2209280 Signed-off-by: Laszlo Ersek --- guestfs-tools.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/guestfs-tools.spec b/guestfs-tools.spec index 6410b60..9c49469 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -2,14 +2,7 @@ # # As the test suite takes a very long time to run and is somewhat # unreliable on !x86 architectures, only run it on x86-64. -%if !0%{?rhel} %global test_arches x86_64 -%else -# RHEL 9 only: -# x86-64: "/lib64/libc.so.6: CPU ISA level is lower than required" -# (RHBZ#1919389) -%global test_arches NONE -%endif # Verify tarball signature with GPGv2. %global verify_tarball_signature 1 @@ -422,6 +415,7 @@ end %changelog * Thu Jun 08 2023 Laszlo Ersek - 1.50.1-3 - let virt-inspector recognize "--key /dev/mapper/VG-LV:key:password" +- reenable "make check"; we now use "-cpu max" (libguestfs 30f74f38bd6e) resolves: rhbz#2209280 * Thu Apr 06 2023 Richard W.M. Jones - 1.50.1-1