From ffe53bf2c5959a89b3f433df8ce5addd818193fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Jun 2021 17:24:09 +0200 Subject: [PATCH] Stop setting CAPS_SYS_NICE It is needed to make the "rt-scheduler" experimental mutter setting work out of the box, but is known to cause issues with gvfs (network filesystems, trash). Resolves: #1967973 --- gnome-shell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index ae07fa6..a78c723 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -2,7 +2,7 @@ Name: gnome-shell Version: 40.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Window management and application launching for GNOME License: GPLv2+ @@ -192,7 +192,6 @@ 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-extensions %{_bindir}/gnome-shell-extension-prefs %{_bindir}/gnome-shell-extension-tool @@ -246,6 +245,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog +* Fri Jun 04 2021 Florian Müllner - 40.1-5 +- Don't set CAP_SYS_NICE + Resolves: #1967973 + * Wed Jun 02 2021 Florian Müllner - 40.1-4 - Fix regression in AuthList rebase Resolves: #1966841