dnf5 tests: do not remove attr (#85218)

On RHEL 10, the attr package is in the dependency tree of dnf itself
and cannot be removed.
pull/85221/head
Martin Krizek 6 months ago committed by GitHub
parent 3b66150cc3
commit a0132fec0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,11 +61,10 @@
- "'is not signed' in res.msg" - "'is not signed' in res.msg"
always: always:
- name: Remove rpm-sign and attr (and test package if it got installed) - name: Remove rpm-sign and test package if it got installed
dnf: dnf:
name: name:
- rpm-sign - rpm-sign
- attr
- "{{ pkg_name }}" - "{{ pkg_name }}"
state: absent state: absent

Loading…
Cancel
Save