podman-4.0.3-2.el9
- require netavark and move CNI to soft dependencies - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
9eda0bc408
commit
35e4bc8a05
@ -25,7 +25,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -67,7 +67,8 @@ BuildRequires: file
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Requires: containers-common >= 2:1-27
|
Requires: containers-common >= 2:1-27
|
||||||
Requires: containernetworking-plugins >= 0.9.1-1
|
Suggests: containernetworking-plugins >= 0.9.1-1
|
||||||
|
Requires: netavark
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: nftables
|
Requires: nftables
|
||||||
Obsoletes: oci-systemd-hook < 1
|
Obsoletes: oci-systemd-hook < 1
|
||||||
@ -414,6 +415,10 @@ exit 0
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-2
|
||||||
|
- require netavark and move CNI to soft dependencies
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
* Fri Apr 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-1
|
* Fri Apr 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.3-1
|
||||||
- update to https://github.com/containers/podman/releases/tag/v4.0.3
|
- update to https://github.com/containers/podman/releases/tag/v4.0.3
|
||||||
- Related: #2061316
|
- Related: #2061316
|
||||||
|
Loading…
Reference in New Issue
Block a user