Add perl(Locale::TextDomain) dependency for virt-win-reg.
[fedora-reviews.git] / guestfs-tools / guestfs-tools.spec
index 73d275e..de3f466 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:       2%{?dist}
 License:       GPLv2+
 
 # Build only for architectures that have a kernel
@@ -51,6 +51,7 @@ 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
 
 %if 0%{patches_touch_autotools}
 BuildRequires: autoconf, automake, libtool, gettext-devel
@@ -89,6 +90,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 +390,9 @@ gzip --best installed-docs/*.xml
 
 
 %changelog
+* 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.