[stable-2.18] Prevent condor from being installed and fulfilling libfmt dependency (#84023) (#84024)

(cherry picked from commit fb7fd51)
pull/84044/head
Matt Martz 1 year ago committed by GitHub
parent f9a11a3d6d
commit 08683073f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@
- block: - block:
- command: "dnf install -y 'dnf-command(copr)'" - command: "dnf install -y 'dnf-command(copr)'"
- command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly - command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly
- command: dnf install -y python3-libdnf5 - command: dnf install -y -x condor python3-libdnf5
- include_role: - include_role:
name: dnf name: dnf

Loading…
Cancel
Save