Explicitly disable ubuntuone support

This commit is contained in:
Kalev Lember 2017-11-13 22:43:43 +01:00
parent c14a5d6503
commit 2b0382bed0
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ Adds support for Snap packages from the Snap store.
-Denable-external-appstream=false \ -Denable-external-appstream=false \
-Denable-rpm-ostree=true \ -Denable-rpm-ostree=true \
-Denable-tests=false \ -Denable-tests=false \
-Denable-ubuntuone=false \
-Denable-ubuntu-reviews=false -Denable-ubuntu-reviews=false
%meson_build %meson_build
@ -212,7 +213,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%if %{with packagekit} %if %{with packagekit}
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_systemd-updates.so %{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_systemd-updates.so
%endif %endif
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_ubuntuone.so
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
%if %{with packagekit} %if %{with packagekit}
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service