diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 2980982..1672ec4 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -31,7 +31,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: podman Version: 1.6.4 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -337,9 +337,13 @@ exit 0 %{_datadir}/%{name}/test %changelog -* Tue Jan 12 2021 Jindrich Novy - 1.6.4-23 -- fix "podman exec is fragile in the presence of signals" to avoid regression -- Resolves: #1883490 +* Fri Jan 08 2021 Jindrich Novy - 1.6.4-24 +- fix "podman exec is fragile in the presence of signals [rhel-8.3.0.z]" +- Resolves: #1913294 + +* Thu Sep 24 2020 Jindrich Novy - 1.6.4-23 +- fix "podman run with --rm errors out/segfaults in container-tools-2.0-8.3.0" +- Resolves: #1875289 * Fri Sep 18 2020 Jindrich Novy - 1.6.4-22 - sync with 1.6.4-rhel branch to avoid regression