From e29a78104f602f2a02a0cf671273f19c6322e857 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 24 Mar 2021 15:49:57 -0400 Subject: [PATCH] [stable-2.10] dnf test - update libmodulemd when updating python3-dnf (#74025) The dependency version is set too low in the latest version of the package. https://bugzilla.redhat.com/show_bug.cgi?id=1942236 (cherry picked from commit fa1b52ce55) Co-authored-by: Sam Doran --- test/integration/targets/dnf/tasks/logging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/dnf/tasks/logging.yml b/test/integration/targets/dnf/tasks/logging.yml index 4cbeaa616d1..903bf563052 100644 --- a/test/integration/targets/dnf/tasks/logging.yml +++ b/test/integration/targets/dnf/tasks/logging.yml @@ -6,6 +6,7 @@ name: - python3-dnf - python3-libdnf # https://bugzilla.redhat.com/show_bug.cgi?id=1887502 + - libmodulemd # https://bugzilla.redhat.com/show_bug.cgi?id=1942236 state: latest register: dnf_result