From a8dbed5c1e6ccf6463f8f214247e81d775c4e537 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 2 Oct 2024 13:22:54 +0200 Subject: [PATCH] podman-5.2.3-2.el9 - require tmt+provision-container instead of tmt-provision-container - Resolves: RHEL-16374 Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- tests/tmt.fmf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 1386946..d1d3bdc 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: 1%{?dist} +Release: 2%{?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-2 +- require tmt+provision-container instead of tmt-provision-container +- Resolves: RHEL-16374 + * Thu Sep 26 2024 Jindrich Novy - 2:5.2.3-1 - update to https://github.com/containers/podman/releases/tag/v5.2.3 - Related: RHEL-59620 diff --git a/tests/tmt.fmf b/tests/tmt.fmf index cd19cfe..67fc5b2 100644 --- a/tests/tmt.fmf +++ b/tests/tmt.fmf @@ -1,6 +1,6 @@ summary: Make sure that container provision works require: - - tmt-provision-container + - tmt+provision-container test: tmt run --verbose --remove provision --how container --image fedora