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