diff --git a/guestfs-tools.spec b/guestfs-tools.spec index bbe236f..e8f7c1a 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -26,7 +26,7 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.45.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ # Build only for architectures that have a kernel @@ -284,6 +284,10 @@ export SKIP_TEST_MACHINE_READABLE_SH=1 # in an unrestricted environment. export SKIP_TEST_VIRT_FORMAT_SH=1 +# This test takes too long to run under Koji and times out. It runs +# fine with KVM enabled. +export SKIP_TEST_VIRT_RESIZE_PL=1 + if ! make check -k ; then # Dump out the log files of any failing tests to make # debugging test failures easier. @@ -393,6 +397,9 @@ gzip --best installed-docs/*.xml %changelog +* Fri Mar 26 2021 Richard W.M. Jones - 1.45.2-5 +- Skip test-virt-resize.pl that takes too long to run. + * Thu Mar 25 2021 Richard W.M. Jones - 1.45.2-4 - Add perl(Test::More) dependency for the Perl test suite. - Add perl(Module::Build) dependency for the Perl bindings.