From afb3f0427d548ae95ebe5cbc09432160ab67ad36 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 16 Nov 2021 10:00:26 +0100 Subject: [PATCH] podman-3.4.3-0.3.el9 - remove -t 0 from podman gating test - Related: #2000051 Signed-off-by: Jindrich Novy --- 12118.patch | 2 +- podman.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/12118.patch b/12118.patch index ca47d74..ae5c1bf 100644 --- a/12118.patch +++ b/12118.patch @@ -79,7 +79,7 @@ index 44b66676eeb..7fb3e62e459 100644 $contentC" "logs -f on exitted container works" - run_podman rm -f $cname -+ run_podman ${events_backend} rm -t 0 -f $cname ++ run_podman ${events_backend} rm -f $cname } @test "podman logs - --follow k8s-file" { diff --git a/podman.spec b/podman.spec index 1382d76..49e9649 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: podman Version: 3.4.3 -Release: 0.2%{?dist} +Release: 0.3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -403,6 +403,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Nov 16 2021 Jindrich Novy - 1:3.4.3-0.3 +- remove -t 0 from podman gating test +- Related: #2000051 + * Mon Nov 15 2021 Jindrich Novy - 1:3.4.3-0.2 - add BuildRequires: shadow-utils-subid-devel - Related: #2000051