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 <lersek@redhat.com>
This commit is contained in:
parent
457bbcca1e
commit
dbcc9103ca
@ -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 <lersek@redhat.com> - 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 <rjones@redhat.com> - 1.50.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user