podman-4.6.1-3.el8

- add podmansh provides
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-08-22 15:22:05 +02:00
parent 7555b43633
commit ed2b8cbb6b
1 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 3
Name: podman
Version: 4.6.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Manage Pods, Containers and Container Images
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/
@ -76,6 +76,9 @@ Requires: fuse-overlayfs
Requires: %{name}-catatonit >= %{epoch}:%{version}-%{release}
Requires: %{name}-plugins >= %{epoch}:%{version}-%{release}
Requires: oci-runtime
Provides: podmansh = %{epoch}:%{version}-%{release}
Provides: podman-podmansh = %{epoch}:%{version}-%{release}
Provides: podman-shell = %{epoch}:%{version}-%{release}
%description
%{name} (Pod Manager) is a fully featured container engine that is a simple
@ -420,6 +423,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Aug 22 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-3
- add podmansh provides
- Related: #2176055
* Wed Aug 16 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-2
- update to the latest content of https://github.com/containers/podman/tree/v4.6.1-rhel
(https://github.com/containers/podman/commit/1b2fadd)