From ea494ed1b2281fd01c7c42160df8cb695b6247d7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 2 Jun 2025 13:39:02 +0200 Subject: [PATCH] build-cockpit-toolbox: Drop obsolete libglvnd-gles hack --- build-cockpit-toolbox | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index d0195a5..868a9d2 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -24,9 +24,6 @@ sudo dnf install -y ansible bash-completion man-db man-pages moreutils fd-find r tmt python3-testcloud flatpak-builder flatpak-spawn qemu-ui-sdl \ fedpkg centpkg -# https://bugzilla.redhat.com/show_bug.cgi?id=2281714 -sudo dnf install -y libglvnd-gles - # commands to forward to the host for cmd in podman buildah toolbox nmcli eog evince flatpak; do printf "#!/bin/sh\nexec flatpak-spawn --host $cmd \42\$@\42\n" | sudo tee /usr/local/bin/$cmd >/dev/null -- 2.47.2