podman-4.3.1-2.el9
- properly obsolete catatonit - Resolves: #2123319 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
cf992c25d8
commit
f4be3e2f88
@ -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 <jnovy@redhat.com> - 2:4.3.1-2
|
||||
- properly obsolete catatonit
|
||||
- Resolves: #2123319
|
||||
|
||||
* Wed Nov 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.3.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v4.3.1
|
||||
- Related: #2124478
|
||||
|
Loading…
Reference in New Issue
Block a user