diff --git a/guestfs-tools.spec b/guestfs-tools.spec index a7a4713..557d08e 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.48.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ # Build only for architectures that have a kernel @@ -68,6 +68,7 @@ Patch0010: 0010-sysprep-set-networking-for-key-ID-clevis.patch Patch0011: 0011-sysprep-make-an-effort-to-cope-with-LUKS-on-LVM.patch Patch0012: 0012-sysprep-advise-against-cloning-VMs-with-internal-ful.patch Patch0013: 0013-builder-dib-Replace-On_exit.rmdir-with-On_exit.rm_rf.patch +Patch0014: 0014-customize-Support-Rocky-Linux.patch %if 0%{patches_touch_autotools} BuildRequires: autoconf, automake, libtool, gettext-devel @@ -438,7 +439,7 @@ end %changelog -* Tue Oct 11 2022 Richard W.M. Jones - 1.48.2-6 +* Wed Oct 12 2022 Richard W.M. Jones - 1.48.2-7 - Support Rocky Linux in virt-customize resolves: rhbz#2133443