mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
_live_build: workaround util-linux-user problem for KDE live
util-linux-user subpackage was removed but comps wasn't updated. I've fixed comps now, but that won't "kick in" until after the next Rawhide compose; we need to workaround the issue until then. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3462050cf7
commit
efc2f8ae36
@ -67,6 +67,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user