diff --git a/podman.spec b/podman.spec index bd26b04..fc6fbe8 100644 --- a/podman.spec +++ b/podman.spec @@ -25,7 +25,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -66,7 +66,7 @@ BuildRequires: automake BuildRequires: file BuildRequires: gcc BuildRequires: libtool -Requires: containers-common >= 2:1-2 +Requires: containers-common >= 2:1-27 Requires: containernetworking-plugins >= 0.9.1-1 Requires: iptables Requires: nftables @@ -411,6 +411,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Feb 22 2022 Lokesh Mandvekar - 2:4.0.0-3 +- depend on containers-common >= 2:1-28 +- Related: #2000051 + * Mon Feb 21 2022 Lokesh Mandvekar - 2:4.0.0-2 - use correct commit 49f8da72 for podman, previous commit said 4.0.1-dev - Related: #2000051