From 1868ce5b4b3c39b0e65a1351472cf65813e9fa07 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 28 Jul 2022 16:30:58 +0200 Subject: [PATCH] - convert catatonit dependency to soft dep as catatonit is no longer in Appstream but in CRB - Related: #2061316 Signed-off-by: Jindrich Novy --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index fbfbfbf..ab676bc 100644 --- a/podman.spec +++ b/podman.spec @@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -64,7 +64,7 @@ Requires: (container-selinux if selinux-policy) Requires: slirp4netns >= 0.4.0-1 Recommends: crun Requires: fuse-overlayfs -Requires: catatonit >= 3:0.1.7-2 +Suggests: catatonit >= 3:0.1.7-2 Requires: oci-runtime %description @@ -362,6 +362,11 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Thu Jul 28 2022 Jindrich Novy - 2:4.1.1-6 +- convert catatonit dependency to soft dep as catatonit is + no longer in Appstream but in CRB +- Related: #2061316 + * Fri Jul 22 2022 Lokesh Mandvekar - 2:4.1.1-5 - rebuild for combined gating with catatonit - Related: #2097694