diff --git a/SPECS/gnome-shell.spec b/SPECS/gnome-shell.spec index 475ba96..e57263f 100644 --- a/SPECS/gnome-shell.spec +++ b/SPECS/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.32.2 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -179,6 +179,8 @@ Requires: bolt%{?_isa} # Needed for launching flatpak apps etc Requires: xdg-desktop-portal-gtk +Provides: PolicyKit-authentication-agent = %{version}-%{release} + %description GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes @@ -256,6 +258,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/%{name}.1.gz %changelog +* Mon Jul 12 2021 Florian Müllner - 3.32.2-34 +- Add PolicyKit-authentication-agent virtual provides + Resolves: #1978287 + * Mon Jun 14 2021 Florian Müllner - 3.32.2-33 - Fix warnings on unlock Resolves: #1971534