diff --git a/podman.spec b/podman.spec index 541abe7..3db3078 100644 --- a/podman.spec +++ b/podman.spec @@ -62,7 +62,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} +Release: 2%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -375,6 +375,10 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch} %endif %changelog +* 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