From 08683073f9903d1925aba065d455e0d03a4db38a Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 30 Sep 2024 11:22:39 -0500 Subject: [PATCH] [stable-2.18] Prevent condor from being installed and fulfilling libfmt dependency (#84023) (#84024) (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 c0014976c82..a1024f4b3dd 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