Accepting request 807855 from home:JonathanKang:branches:GNOME:Factory
- Re-autostart GNOME Software and re-enable its search extension (bsc#1168861, bsc#1157928). OBS-URL: https://build.opensuse.org/request/show/807855 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=180
This commit is contained in:
parent
f0175db7d1
commit
4893e74df9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 21 01:59:11 UTC 2020 - Jonathan Kang <songchuan.kang@suse.com>
|
||||||
|
|
||||||
|
- Re-autostart GNOME Software and re-enable its search extension
|
||||||
|
(bsc#1168861, bsc#1157928).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 11 13:57:51 UTC 2020 - bjorn.lie@gmail.com
|
Wed Mar 11 13:57:51 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -92,21 +92,6 @@ 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%{?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
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat << EOF > %{buildroot}%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
|
||||||
#workaround until bsc#1157928 is resolved, otherwise SLES users get authentication popup all the time
|
|
||||||
[org.gnome.desktop.search-providers]
|
|
||||||
disabled=["org.gnome.Software.desktop"]
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
@ -125,9 +110,6 @@ 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%{?sle_version} == 150200
|
|
||||||
%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
|
||||||
%endif
|
|
||||||
%dir %{_datadir}/gnome-shell
|
%dir %{_datadir}/gnome-shell
|
||||||
%dir %{_datadir}/gnome-shell/search-providers
|
%dir %{_datadir}/gnome-shell/search-providers
|
||||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user