catatonit-0.1.7-7.el9

- make sure podman-catatonit is always obsoleted
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-07-26 14:40:06 +02:00
parent 1586f795ee
commit 9417166158
1 changed files with 6 additions and 2 deletions

View File

@ -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 <jnovy@redhat.com> - 3:0.1.7-7
- make sure podman-catatonit is always obsoleted
- Related: #2061316
* Fri Jul 22 2022 Lokesh Mandvekar <lsm5@redhat.com> - 3:0.1.7-6
- Rebuild for combined gating with podman
- Related: #2061316