From c185b5d074001e408c54d1600442555325485765 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 29 Apr 2023 10:36:08 -0700 Subject: [PATCH] pandoc-common is in powertools --- tests/base_update_cli.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/base_update_cli.pm b/tests/base_update_cli.pm index b37599b7..242bcd8e 100644 --- a/tests/base_update_cli.pm +++ b/tests/base_update_cli.pm @@ -14,6 +14,10 @@ sub run { # update the fake pandoc-common (should come from the real repo) # this can take a long time if we get unlucky with the metadata refresh assert_script_run 'dnf -y --disablerepo=openqa-testrepo* --disablerepo=updates-testing update pandoc-common', 600; + if (get_var("DISTRI") eq "rocky") { + # pandoc-common is in PowerTools in RockyLinux + assert_script_run 'dnf config-manager --set-enabled powertools', 60; + } # check we got the updated version verify_updated_packages; # now remove pandoc-common, and see if we can do a straight