From a35ad6e342bf9fc5cb34346101d4b80910b20826 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 22 Jun 2023 00:09:33 +0200 Subject: [PATCH] fmf: Avoid dnf --noautoremove This option got dropped in dnf 5, and thus this started to fail on Rawhide. --- test/browser/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/browser/browser.sh b/test/browser/browser.sh index d854d18fa16d..3ed50a0a6d83 100755 --- a/test/browser/browser.sh +++ b/test/browser/browser.sh @@ -34,7 +34,7 @@ fi # HACK: setroubleshoot-server crashes/times out randomly (breaking TestServices), # and is hard to disable as it does not use systemd if rpm -q setroubleshoot-server; then - dnf remove -y --noautoremove setroubleshoot-server + rpm -e --verbose setroubleshoot-server fi if grep -q 'ID=.*fedora' /etc/os-release && [ "$PLAN" = "basic" ]; then