From 9417166158e2a96f23069cacb08f5d36d3732c02 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 26 Jul 2022 14:40:06 +0200 Subject: [PATCH] catatonit-0.1.7-7.el9 - make sure podman-catatonit is always obsoleted - Related: #2061316 Signed-off-by: Jindrich Novy --- catatonit.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/catatonit.spec b/catatonit.spec index 77ef557..31dcb8f 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -1,7 +1,7 @@ Name: catatonit Epoch: 3 Version: 0.1.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A signal-forwarding process manager for containers License: GPLv3+ URL: https://github.com/openSUSE/catatonit @@ -13,7 +13,7 @@ BuildRequires: gcc BuildRequires: git BuildRequires: glibc-static BuildRequires: libtool -Obsoletes: podman-%{name} <= 2:4.1.1-3 +Obsoletes: podman-%{name} <= 2:4.1.2 Provides: podman-%{name} = %{epoch}:%{version}-%{release} %description @@ -57,6 +57,10 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name} %changelog +* Tue Jul 26 2022 Jindrich Novy - 3:0.1.7-7 +- make sure podman-catatonit is always obsoleted +- Related: #2061316 + * Fri Jul 22 2022 Lokesh Mandvekar - 3:0.1.7-6 - Rebuild for combined gating with podman - Related: #2061316