From 6f7215ca36213c7a957f75b7f5c0a4ade0d51fde Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 28 May 2025 20:23:28 +0200 Subject: [PATCH] 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 a0132fec0b65df6566e758bb890975f8e7eef721) --- test/integration/targets/dnf/tasks/gpg.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/targets/dnf/tasks/gpg.yml b/test/integration/targets/dnf/tasks/gpg.yml index a51a5f74632..ff9223c829c 100644 --- a/test/integration/targets/dnf/tasks/gpg.yml +++ b/test/integration/targets/dnf/tasks/gpg.yml @@ -61,11 +61,10 @@ - "'is not signed' in res.msg" 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: name: - rpm-sign - - attr - "{{ pkg_name }}" state: absent