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
This commit is contained in:
Dominique Leuenberger 2020-01-29 17:19:37 +00:00 committed by Git OBS Bridge
parent a8ff50db8d
commit 190bba3dee
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 29 16:57:40 UTC 2020 - Lubos Kocman <lubos.kocman@suse.com>
- Apply polkit workaround also for Leap 15.2
bsc#1157928 poo#62762
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 28 09:48:12 UTC 2019 - Frederic Crozat <fcrozat@suse.com> Thu Nov 28 09:48:12 UTC 2019 - Frederic Crozat <fcrozat@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-software # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 # 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 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 #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 cat << EOF >> %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
Hidden=true Hidden=true