From 7e633a4d1fc377ce267482a8e7fcb71544cfb2cb Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Mon, 19 Jan 2026 09:53:59 +0000 Subject: [PATCH] Enable build_with_btrfs on AlmaLinux 10 --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 7534d14..914699b 100644 --- a/podman.spec +++ b/podman.spec @@ -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 - 7:5.6.0-11.alma.1 +- Enable build_with_btrfs on AlmaLinux 10 + * Mon Jan 12 2026 Jindrich Novy - 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)