Compare commits
1 Commits
c9-beta
...
changed/a9
Author | SHA1 | Date | |
---|---|---|---|
|
4b0bc40179 |
@ -19,15 +19,17 @@
|
||||
Summary: Tools to access and modify virtual machine disk images
|
||||
Name: guestfs-tools
|
||||
Version: 1.52.2
|
||||
Release: 3%{?dist}
|
||||
Release: 3%{?dist}.alma.1
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
ExclusiveArch: %{kernel_arches}
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?almalinux} < 9
|
||||
# No qemu-kvm on POWER (RHBZ#1946532).
|
||||
ExcludeArch: %{power64}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# Source and patches.
|
||||
URL: http://libguestfs.org/
|
||||
@ -413,6 +415,9 @@ end
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.52.2-3.alma.1
|
||||
- Enable building for ppc64le
|
||||
|
||||
* Tue Feb 25 2025 Richard W.M. Jones <rjones@redhat.com> - 1.52.2-3
|
||||
- Fix virt-drivers fails on opensuse guest if kernel-source is installed
|
||||
resolves: RHEL-80214
|
||||
|
Loading…
Reference in New Issue
Block a user