Add perl(Test::More) dependency for the Perl test suite.
[fedora-reviews.git] / guestfs-tools / guestfs-tools.spec
index de3f466..c356506 100644 (file)
@@ -26,7 +26,7 @@
 Summary:       Tools to access and modify virtual machine disk images
 Name:          guestfs-tools
 Version:       1.45.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 License:       GPLv2+
 
 # Build only for architectures that have a kernel
@@ -52,6 +52,7 @@ Patch3:        0003-build-Remove-dependency-on-gobject-introspection.patch
 Patch4:        0004-build-Remove-dependency-on-perl-Sys-Virt.patch
 Patch5:        0005-builder-Get-rid-of-etc-xdg-and-XDG_CONFIG_DIRS-nonse.patch
 Patch6:        0006-builder-Use-correct-ounit2-module.patch
+Patch7:        0007-Update-common-submodule-to-latest.patch
 
 %if 0%{patches_touch_autotools}
 BuildRequires: autoconf, automake, libtool, gettext-devel
@@ -64,6 +65,7 @@ BuildRequires: libguestfs-devel >= 1.44.0
 BuildRequires: libguestfs-xfs
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
+BuildRequires: perl(Test::More)
 BuildRequires: /usr/bin/pod2text
 BuildRequires: po4a
 BuildRequires: pcre2-devel
@@ -390,6 +392,10 @@ gzip --best installed-docs/*.xml
 
 
 %changelog
+* Thu Mar 25 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-3
+- Add perl(Test::More) dependency for the Perl test suite.
+- Fix ounit2 dependency again.
+
 * Wed Mar 24 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-2
 - Add perl(Locale::TextDomain) dependency for virt-win-reg.
 - Fix ounit2 dependency upstream.