From 054606919c52d70047da32edd204ebc80aca1da5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 30 Oct 2023 17:34:07 +0100 Subject: [PATCH] fmf: Show all cockpit package versions This will help us to investigate issues like in [1] where Testing Farm's greedy tag repo stomps over our COPR config. https://github.com/fedora-selinux/selinux-policy/pull/1870#issuecomment-1785595169 --- 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 4db0ecf4df0..d3e361aa8a4 100755 --- a/test/browser/browser.sh +++ b/test/browser/browser.sh @@ -18,7 +18,7 @@ chmod a+w "$LOGS" # show some system info nproc free -h -rpm -q cockpit-system +rpm -qa | grep cockpit # install firefox (available everywhere in Fedora and RHEL) # we don't need the H.264 codec, and it is sometimes not available (rhbz#2005760)