diff --git a/podman.spec b/podman.spec index bd266b3..a8ee07b 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -69,7 +69,6 @@ Recommends: crun Requires: fuse-overlayfs Requires: %{name}-catatonit >= %{epoch}:%{version}-%{release} Requires: oci-runtime -Conflicts: catatonit %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -112,6 +111,8 @@ variables, or in containers.conf. %package catatonit Summary: A signal-forwarding process manager for containers Requires: %{name} = %{epoch}:%{version}-%{release} +Obsoletes: catatonit < 3:0.1.7-8 +Provides: catatonit BuildRequires: autoconf BuildRequires: automake BuildRequires: file @@ -420,6 +421,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Sat Nov 26 2022 Jindrich Novy - 2:4.3.1-2 +- properly obsolete catatonit +- Resolves: #2123319 + * Wed Nov 16 2022 Jindrich Novy - 2:4.3.1-1 - update to https://github.com/containers/podman/releases/tag/v4.3.1 - Related: #2124478