Version 1.2.1
[fedora-reviews.git] / guestfs-tools / guestfs-tools.spec
index 73d275e..bbe236f 100644 (file)
@@ -26,7 +26,7 @@
 Summary:       Tools to access and modify virtual machine disk images
 Name:          guestfs-tools
 Version:       1.45.2
-Release:       1%{?dist}
+Release:       4%{?dist}
 License:       GPLv2+
 
 # Build only for architectures that have a kernel
@@ -51,6 +51,8 @@ Patch2:        0002-po-docs-Don-t-try-to-install-.3-and-.5-files-which-d.patch
 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
@@ -63,6 +65,8 @@ BuildRequires: libguestfs-devel >= 1.44.0
 BuildRequires: libguestfs-xfs
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Test::More)
 BuildRequires: /usr/bin/pod2text
 BuildRequires: po4a
 BuildRequires: pcre2-devel
@@ -89,6 +93,7 @@ BuildRequires: perl(Expect)
 %endif
 BuildRequires: bash-completion
 BuildRequires: /usr/bin/qemu-img
+BuildRequires: perl(Locale::TextDomain)
 BuildRequires: perl(Sys::Guestfs)
 BuildRequires: perl(Win::Hivex)
 BuildRequires: perl(Win::Hivex::Regedit)
@@ -388,5 +393,14 @@ gzip --best installed-docs/*.xml
 
 
 %changelog
+* Thu Mar 25 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-4
+- Add perl(Test::More) dependency for the Perl test suite.
+- Add perl(Module::Build) dependency for the Perl bindings.
+- 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.
+
 * Tue Mar 23 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-1
 - New guestfs-tools package, split off from libguestfs.