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.

(cherry picked from commit a0132fec0b)
pull/85255/head
Martin Krizek 6 months ago committed by Matt Davis
parent 43b0155529
commit 6f7215ca36

@ -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