From aea88ad4e50af875ae0a298dba0990fff8d5acb6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 1 Oct 2024 07:03:56 +0200 Subject: [PATCH] images: Drop explicit libssh from Fedora The explicit runtime dependency has been unnecessary since commit 9a6962d3c, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in https://github.com/cockpit-project/cockpit/pull/19441 Also drop it from the base container. --- images/scripts/fedora.setup | 1 - images/scripts/lib/base/setup.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/images/scripts/fedora.setup b/images/scripts/fedora.setup index 601f4f6b69..ab3339b854 100755 --- a/images/scripts/fedora.setup +++ b/images/scripts/fedora.setup @@ -55,7 +55,6 @@ glibc-langpack-pt \ glib-networking \ grubby \ json-glib \ -libssh \ NetworkManager-team \ openssl \ PackageKit \ diff --git a/images/scripts/lib/base/setup.sh b/images/scripts/lib/base/setup.sh index cedec7f948..f0d46dd2bf 100755 --- a/images/scripts/lib/base/setup.sh +++ b/images/scripts/lib/base/setup.sh @@ -2,5 +2,5 @@ set -eu dnf -y update -dnf install -y sed findutils glib-networking json-glib libssh openssl python3 systemd +dnf install -y sed findutils glib-networking json-glib openssl python3 systemd dnf clean all