From b412754650728fd955b7003ce970c5ca98968118 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 19 Jul 2022 11:36:38 -0400 Subject: [PATCH] catatonit-3:0.1.7-2 - Obsolete and provides podman-catatonit - Related: #2061316 Signed-off-by: Lokesh Mandvekar --- catatonit.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/catatonit.spec b/catatonit.spec index bc61ad0..6187958 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -1,6 +1,7 @@ Name: catatonit +Epoch: 3 Version: 0.1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A signal-forwarding process manager for containers License: GPLv3+ URL: https://github.com/openSUSE/catatonit @@ -12,6 +13,8 @@ BuildRequires: gcc BuildRequires: git BuildRequires: glibc-static BuildRequires: libtool +Obsoletes: podman-%{name} <= 2:4.1.1-3 +Provides: podman-%{name} = %{epoch}:%{version}-%{release} %description Catatonit is a /sbin/init program for use within containers. It @@ -54,6 +57,10 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name} %changelog +* Tue Jul 19 2022 Lokesh Mandvekar - 3:0.1.7-2 +- Obsolete and provides podman-catatonit +- Related: #2061316 + * Tue Jun 28 2022 Jindrich Novy - 0.1.7-1 - update to 0.1.7 - Related: #2061316