From fbb9bd738654b9b4263ba25cc96c55cbc57031c9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Jun 2023 16:52:48 +0200 Subject: [PATCH] Revert "_live_build: workaround util-linux-user problem for KDE live" This reverts commit efc2f8ae363f77a2fab60aed4cfbb6878d4c9b27. As the comment said, it's no longer needed. --- tests/_live_build.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/_live_build.pm b/tests/_live_build.pm index bc0538da..bc97b8fa 100644 --- a/tests/_live_build.pm +++ b/tests/_live_build.pm @@ -72,9 +72,6 @@ sub run { if ($version eq $rawrel) { assert_script_run 'echo "repo --name=koji-rawhide --baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/\$basearch/" >> ' . $repoks; } - # FIXME: this is needed until the next Rawhide compose, with - # https://pagure.io/fedora-comps/pull-request/841 merged - assert_script_run 'sed -e "s,%packages,%packages\n-util-linux-user,g" fedora-kde-common.ks'; # now flatten the kickstart assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks"; # upload the kickstart so we can check it