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
This commit is contained in:
Florian Müllner 2021-06-04 17:24:09 +02:00
parent 66170a7b58
commit ffe53bf2c5
1 changed files with 5 additions and 2 deletions

View File

@ -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 <fmuellner@redhat.com> - 40.1-5
- Don't set CAP_SYS_NICE
Resolves: #1967973
* Wed Jun 02 2021 Florian Müllner <fmuellner@redhat.com> - 40.1-4
- Fix regression in AuthList rebase
Resolves: #1966841