From b3053cc63b5f9e0845a760b84e662faf3f9b2060 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 12 Aug 2025 11:31:46 +0200 Subject: [PATCH] containers-common-0.63.1-3.el10 - remove the ugly installation hack in tests - Related: RHEL-80817 Signed-off-by: Jindrich Novy --- containers-common.spec | 6 +++++- plans/system.fmf | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index b2fc516..45a5146 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -17,7 +17,7 @@ Name: containers-common Epoch: 5 Version: %{common_version} -Release: 2%{?dist} +Release: 3%{?dist} License: Apache-2.0 BuildArch: noarch # for BuildRequires: go-md2man @@ -203,6 +203,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/ %files extra %changelog +* Tue Aug 12 2025 Jindrich Novy - 5:0.63.1-3 +- remove the ugly installation hack in tests +- Related: RHEL-80817 + * Mon Aug 11 2025 Jindrich Novy - 5:0.63.1-2 - update shortnames from Pyxis - Related: RHEL-80817 diff --git a/plans/system.fmf b/plans/system.fmf index 70fd993..ae9c36c 100644 --- a/plans/system.fmf +++ b/plans/system.fmf @@ -16,8 +16,7 @@ prepare: curl --fail -L https://github.com/bats-core/bats-core/archive/refs/tags/v"$BATS_VERSION".tar.gz | tar -xz cd bats-core-"$BATS_VERSION" ./install.sh /usr - ### FIXME: Delete below dnf install once the build is available in repos - dnf -y install https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-remote-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-tests-5.4.0-7.el10.$(arch).rpm https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/podman/5.4.0/7.el10/$(arch)/podman-machine-5.4.0-7.el10.$(arch).rpm + dnf -y install podman podman-remote podman-tests podman-machine order: 10 provision: