diff --git a/podman.spec b/podman.spec index 6ac9556..d843288 100644 --- a/podman.spec +++ b/podman.spec @@ -7,6 +7,9 @@ %global debug_package %{nil} %endif +# https://issues.redhat.com/browse/RHEL-56365 +%global sequoia 1 + %global import_path github.com/containers/podman #%%global branch v5.6-rhel %global commit0 07efc23e05c3d9aa15a0f30d57194737bfc4b6b1 @@ -67,7 +70,7 @@ Epoch: 7 Version: 5.8.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: 1%{?dist}.alma.1 +Release: 2%{?dist}.alma.1 %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -401,9 +404,13 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch} %endif %changelog -* Sat Feb 14 2026 Eduard Abdullin - 7:5.8.0-1.alma.1 +* Tue Feb 17 2026 Eduard Abdullin - 7:5.8.0-2.alma.1 - Enable build_with_btrfs on AlmaLinux 10 +* Mon Feb 16 2026 Jindrich Novy - 7:5.8.0-2 +- enable sequoia +- Resolves: RHEL-56365 + * Fri Feb 13 2026 Jindrich Novy - 7:5.8.0-1 - update to https://github.com/containers/podman/releases/tag/v5.8.0 - Related: RHEL-122178