Enable build_with_btrfs on AlmaLinux 10

This commit is contained in:
Eduard Abdullin 2026-01-19 09:53:59 +00:00 committed by root
parent f2c38865bd
commit 7e633a4d1f

View File

@ -14,6 +14,10 @@
%global gomodulesmode GO111MODULE=on
%if 0%{?almalinux} >= 10
%define build_with_btrfs 1
%endif
%if %{defined fedora}
%define build_with_btrfs 1
# qemu-system* isn't packageed for CentOS Stream / RHEL
@ -63,7 +67,7 @@ Epoch: 7
Version: 5.6.0
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: 11%{?dist}
Release: 11%{?dist}.alma.1
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -382,6 +386,9 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
%endif
%changelog
* Mon Jan 19 2026 Eduard Abdullin <eabdullin@almalinux.org> - 7:5.6.0-11.alma.1
- Enable build_with_btrfs on AlmaLinux 10
* Mon Jan 12 2026 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-11
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
(https://github.com/containers/podman/commit/b194cd9)