From 190bba3dee51821bf2706e0b21995c04285d559af49d477ed1b247bce7109bc6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 29 Jan 2020 17:19:37 +0000 Subject: [PATCH] Accepting request 768401 from home:lkocman:branches:GNOME:Factory - Apply polkit workaround also for Leap 15.2 bsc#1157928 poo#62762 OBS-URL: https://build.opensuse.org/request/show/768401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=174 --- gnome-software.changes | 6 ++++++ gnome-software.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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