From 9d8cd0ca4153826360fb17206f74a81931a1ad55 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 22 Sep 2021 18:41:38 -0400 Subject: [PATCH] podman-3:3.4.0-0.4.rc1 - bump conmon requirement for remote gating tests Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 4cf1223..b3014fa 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.rc1%{?dist} +Release: 0.4.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,7 +98,7 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -Requires: conmon >= 2:2.0.30-1 +Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 +- bump conmon requirement for remote gating tests + * Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 - Requires: conmon >= 2:2.0.30 for remote gating tests