diff --git a/podman.spec b/podman.spec index 51be702..0751df0 100644 --- a/podman.spec +++ b/podman.spec @@ -66,7 +66,7 @@ Epoch: 7 Version: 6.1.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 @@ -379,9 +379,13 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch} %endif %changelog -* Fri Aug 14 2026 Eduard Abdullin - 7:6.1.0-1.alma.1 +* Sat Aug 22 2026 Eduard Abdullin - 7:6.1.0-2.alma.1 - Enable build_with_btrfs on AlmaLinux 10 +* Thu Aug 20 2026 Jindrich Novy - 7:6.1.0-2 +- Rebuild for Go and security fixes +- Resolves: RHEL-190079, RHEL-190852, RHEL-241124, RHEL-241361, RHEL-241463, RHEL-241829, RHEL-241930, RHEL-242162 + * Thu Aug 13 2026 Jindrich Novy - 7:6.1.0-1 - update to https://github.com/containers/podman/releases/tag/v6.1.0 - Resolves: RHEL-185733