Compare commits

...

1 Commits

Author SHA1 Message Date
Laszlo Ersek b64e075721 reenable "make check" 2023-06-09 02:23:00 +00:00
2 changed files with 3 additions and 7 deletions

2
.guestfs-tools.metadata Normal file
View File

@ -0,0 +1,2 @@
e1fbf090056a2c559f85df7fffe10d2e28a88c37 guestfs-tools-1.50.1.tar.gz
f34cb529e5819a2e2a27c8d58a92b46db89e3025 guestfs-tools-1.50.1.tar.gz.sig

View File

@ -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