mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-28 04:45:45 +00:00
Drop a now-unneeded workaround
The fix for this landed long ago. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ab55ff53de
commit
2e3eede05d
@ -24,13 +24,6 @@ sub run {
|
|||||||
if ($desktop eq "gnome") {
|
if ($desktop eq "gnome") {
|
||||||
# Install Gnome specific packages
|
# Install Gnome specific packages
|
||||||
assert_script_run("dnf install -y jq dbus-x11");
|
assert_script_run("dnf install -y jq dbus-x11");
|
||||||
# FIXME on Fedora 40, update gnome-software from updates-testing
|
|
||||||
# to ensure we have the fix for
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2514
|
|
||||||
# drop this when the update is stable
|
|
||||||
if ($curr eq "40") {
|
|
||||||
assert_script_run("dnf -y --enablerepo=updates-testing update gnome-software", 180);
|
|
||||||
}
|
|
||||||
# Leave the CLI and come back to the login screen.
|
# Leave the CLI and come back to the login screen.
|
||||||
desktop_vt();
|
desktop_vt();
|
||||||
# Log onto the graphical session
|
# Log onto the graphical session
|
||||||
|
Loading…
Reference in New Issue
Block a user