Fix build for AlmaLinux
Avoid permission denied for yum/dnf cache Enable building for ppc64le
This commit is contained in:
parent
4d749e416b
commit
02a8072299
@ -37,15 +37,17 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.54.0
|
||||
Release: 4%{?dist}.alma.1
|
||||
Release: 4%{?dist}.alma.2
|
||||
License: LGPL-2.1-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/
|
||||
@ -1094,9 +1096,10 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.54.0-4.alma.1
|
||||
* Wed Apr 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.54.0-4.alma.2
|
||||
- Fix build for AlmaLinux
|
||||
- Avoid permission denied for yum/dnf cache
|
||||
- Enable building for ppc64le
|
||||
|
||||
* Mon Feb 24 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.54.0-4
|
||||
- Add new APIs to allow command output > 4MB
|
||||
|
Loading…
Reference in New Issue
Block a user