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