From 023421acaeb127273ee4ff4977a236ffe2682e77 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 28 Nov 2022 11:50:53 +0100 Subject: [PATCH] podman-4.3.1-3.el9 - fix 'podman manifest add' is not concurrent safe - Resolves: #2105173 Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index a8ee07b..eaf444b 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -421,6 +421,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Nov 28 2022 Jindrich Novy - 2:4.3.1-3 +- fix 'podman manifest add' is not concurrent safe +- Resolves: #2105173 + * Sat Nov 26 2022 Jindrich Novy - 2:4.3.1-2 - properly obsolete catatonit - Resolves: #2123319