From f0beb396395e75be190825b5641d0347a5ddf18f Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 5 Jun 2025 16:43:28 +0200 Subject: [PATCH] [stable-2.17] dnf5 tests: do not remove attr (#85218) (#85271) 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 72bdee02ce6..3c2e200750e 100644 --- a/test/integration/targets/dnf/tasks/gpg.yml +++ b/test/integration/targets/dnf/tasks/gpg.yml @@ -69,11 +69,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