From e05af49ae3cf078104fa4cb2c8e6314bf9646b55 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 18 Jan 2023 13:45:36 +0100 Subject: [PATCH] podman-4.4.0-0.5.el9 - obsolete podman-catatonit in order to not to file conflict with catatonit - Related: #2124478 Signed-off-by: Jindrich Novy --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 93b7a72..c06f0fc 100644 --- a/podman.spec +++ b/podman.spec @@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.4.0 -Release: 0.4%{?dist} +Release: 0.5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -36,6 +36,7 @@ ExclusiveArch: %{go_arches} Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} Provides: %{name}-catatonit = %{epoch}:%{version}-%{release} +Obsoletes: %{name}-catatonit < 2:4.4.0 BuildRequires: golang >= 1.17.5 BuildRequires: glib2-devel BuildRequires: glibc-devel @@ -383,6 +384,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Wed Jan 18 2023 Jindrich Novy - 2:4.4.0-0.5 +- obsolete podman-catatonit in order to not to file conflict with catatonit +- Related: #2124478 + * Wed Jan 18 2023 Lokesh Mandvekar - 2:4.4.0-0.4 - build v4.4.0-rc2 - Related: #2124478