Prevent condor from being installed and fulfilling libfmt dependency (#84023)

pull/83666/head
Matt Martz 2 months ago committed by GitHub
parent f97adb4c5d
commit fb7fd51b93
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