From 3290124be6eb1ee29f35be9ccd235f6255027924 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 22 Aug 2022 13:24:56 +0200 Subject: [PATCH] podman-4.2.0-3.el9 - fix dependency in test subpackage - Related: #2061316 Signed-off-by: Jindrich Novy --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 784eb34..04546f9 100644 --- a/podman.spec +++ b/podman.spec @@ -19,7 +19,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -153,7 +153,7 @@ Requires: openssl Requires: buildah Requires: gnupg Requires: git-daemon -Requires: catatonit +Requires: podman-catatonit %description tests %{summary} @@ -418,6 +418,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Aug 22 2022 Jindrich Novy - 2:4.2.0-3 +- fix dependency in test subpackage +- Related: #2061316 + * Mon Aug 22 2022 Jindrich Novy - 2:4.2.0-2 - readd catatonit - Related: #2061316