From 5f0e551a8d7587c78d1a279e0b2f78e7bd1ce017 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 30 Sep 2024 11:22:35 -0500 Subject: [PATCH] [stable-2.17] Prevent condor from being installed and fulfilling libfmt dependency (#84023) (#84025) (cherry picked from commit fb7fd51) --- test/integration/targets/dnf5/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/dnf5/playbook.yml b/test/integration/targets/dnf5/playbook.yml index 78b5f4d0ffe..3decdd1a77b 100644 --- a/test/integration/targets/dnf5/playbook.yml +++ b/test/integration/targets/dnf5/playbook.yml @@ -3,7 +3,7 @@ - block: - command: "dnf install -y 'dnf-command(copr)'" - command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly - - command: dnf install -y python3-libdnf5 + - command: dnf install -y -x condor python3-libdnf5 - include_role: name: dnf