X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs-tools%2Fguestfs-tools.spec;h=bbe236fc17f27ece05344e7f6cb7a50af730dd81;hb=06f68a418f05b6104a21b763af9f4ec98d57bcc5;hp=73d275e469ba368a1fa9afb055471892c7577f14;hpb=1883d18e7c4377487fad73ad35053372592cf71d;p=fedora-reviews.git diff --git a/guestfs-tools/guestfs-tools.spec b/guestfs-tools/guestfs-tools.spec index 73d275e..bbe236f 100644 --- a/guestfs-tools/guestfs-tools.spec +++ b/guestfs-tools/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: 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 - 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 - 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 - 1.45.2-1 - New guestfs-tools package, split off from libguestfs.