Compare commits

..

No commits in common. "a9-beta" and "c9-beta" have entirely different histories.

View File

@ -19,17 +19,15 @@
Summary: Tools to access and modify virtual machine disk images Summary: Tools to access and modify virtual machine disk images
Name: guestfs-tools Name: guestfs-tools
Version: 1.52.2 Version: 1.52.2
Release: 6%{?dist}.alma.1 Release: 6%{?dist}
License: GPL-2.0-or-later AND LGPL-2.0-or-later License: GPL-2.0-or-later AND LGPL-2.0-or-later
# Build only for architectures that have a kernel # Build only for architectures that have a kernel
ExclusiveArch: %{kernel_arches} ExclusiveArch: %{kernel_arches}
%if 0%{?rhel} %if 0%{?rhel}
%if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532). # No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64} ExcludeArch: %{power64}
%endif %endif
%endif
# Source and patches. # Source and patches.
URL: http://libguestfs.org/ URL: http://libguestfs.org/
@ -418,9 +416,6 @@ end
%changelog %changelog
* Mon Sep 15 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.52.2-6.alma.1
- Enable building for ppc64le
* Fri Aug 15 2025 Richard W.M. Jones <rjones@redhat.com> - 1.52.2-6 * Fri Aug 15 2025 Richard W.M. Jones <rjones@redhat.com> - 1.52.2-6
- Update guestfs-tools firstboot.bat to match virt-v2v - Update guestfs-tools firstboot.bat to match virt-v2v
resolves: RHEL-109521 resolves: RHEL-109521