Accepting request 768413 from GNOME:Factory
fixed OBS-URL: https://build.opensuse.org/request/show/768413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=68
This commit is contained in:
commit
77936ef967
@ -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>
|
||||||
|
|
||||||
|
@ -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 LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -124,7 +125,7 @@ EOF
|
|||||||
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
||||||
%if !0%{?is_opensuse}
|
%if 0%{?sle_version} == 150200
|
||||||
%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
||||||
%endif
|
%endif
|
||||||
%dir %{_datadir}/gnome-shell
|
%dir %{_datadir}/gnome-shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user