From fa1b52ce55de0c225a6fffbdd2a9604fdb88ae5f Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 24 Mar 2021 15:49:57 -0400 Subject: [PATCH] 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 --- 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