From 1eb069003895d8199331a8b269c56d28038569f0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 14 Sep 2021 09:28:41 -0400 Subject: [PATCH] Drop extra capabilities from gnome-shell. They're optional and they break shutdown from the login screen with new glibs. Resolves: #1996998 --- gnome-shell.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 6177ff7..0b526d9 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -2,7 +2,7 @@ Name: gnome-shell Version: 41~rc.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Window management and application launching for GNOME License: GPLv2+ @@ -180,7 +180,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %files -f %{name}.lang %license COPYING %doc README.md -%caps(cap_sys_nice+ep) %{_bindir}/gnome-shell +%{_bindir}/gnome-shell %{_bindir}/gnome-extensions %{_bindir}/gnome-shell-extension-prefs %{_bindir}/gnome-shell-extension-tool @@ -230,6 +230,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog +* Tue Sep 14 2021 Ray Strode - 41~rc.1-2 +- Drop extra capabilities from gnome-shell. They're optional and they break shutdown from the login screen with new glibs. + Resolves: #1996998 + * Tue Sep 07 2021 Florian Müllner - 41~rc.1-1 - Update to 41.rc.1