From 77b82e59db64ab5527907f5667dfb24a8f207c95 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 2 Oct 2024 17:31:58 +0200 Subject: [PATCH] podman-5.2.3-3.el9 - Enable EPEL for tests for tmt+provision-container - Related: RHEL-16374 Signed-off-by: Jindrich Novy --- plans/basic.fmf | 3 +++ podman.spec | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/plans/basic.fmf b/plans/basic.fmf index c43473a..01ff9ec 100644 --- a/plans/basic.fmf +++ b/plans/basic.fmf @@ -3,3 +3,6 @@ discover: how: fmf execute: how: tmt +prepare: + how: feature + epel: enabled diff --git a/podman.spec b/podman.spec index d1d3bdc..27383ce 100644 --- a/podman.spec +++ b/podman.spec @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 5.2.3 -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/ @@ -365,6 +365,10 @@ fi %{_datadir}/%{name}/test %changelog +* Wed Oct 02 2024 Jindrich Novy - 2:5.2.3-3 +- Enable EPEL for tests for tmt+provision-container +- Related: RHEL-16374 + * Wed Oct 02 2024 Jindrich Novy - 2:5.2.3-2 - require tmt+provision-container instead of tmt-provision-container - Resolves: RHEL-16374