diff --git a/gnome-software.changes b/gnome-software.changes index 5e18f8b..6915b97 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 29 16:57:40 UTC 2020 - Lubos Kocman + +- Apply polkit workaround also for Leap 15.2 + bsc#1157928 poo#62762 + ------------------------------------------------------------------- Thu Nov 28 09:48:12 UTC 2019 - Frederic Crozat diff --git a/gnome-software.spec b/gnome-software.spec index 80eb808..b87347d 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-software # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -90,7 +90,8 @@ GNOME software store plugins. # Remove any piece of doc that ends up in non-standard locations and use the doc macro instead rm %{buildroot}%{_datadir}/doc/%{name}/README.md -%if !0%{?is_opensuse} +%if 0%{?sle_version} == 150200 +#needed for both Leap and SLE #workaround until bsc#1157928 is resolved, otherwise SLES users get authentication popup all the time cat << EOF >> %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop Hidden=true