From 4fbff50f2b1f4b11199237939e3a46944fc0c12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 13 Aug 2025 15:29:20 +0200 Subject: [PATCH] Add missing require argcomplete is not only a build dependency of the screenshot CLI tool, but also a runtime dependency. Related: https://issues.redhat.com/browse/RHEL-96293 --- gnome-shell.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-shell.spec b/gnome-shell.spec index 07c5c13..d8a2059 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -145,6 +145,7 @@ Requires: gdm-libs%{?_isa} Requires: gnome-control-center # needed by some utilities Requires: python3%{_isa} +Requires: python3-argcomplete # needed for the dual-GPU launch menu Requires: switcheroo-control # needed for clocks/weather integration