Enable the rpm-ostree plugin
This commit is contained in:
parent
5a6359880c
commit
b7db838b0a
@ -14,7 +14,7 @@
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.26.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A software center for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
@ -119,6 +119,7 @@ Adds support for Snap packages from the Snap store.
|
||||
-Denable-packagekit=false \
|
||||
%endif
|
||||
-Denable-external-appstream=false \
|
||||
-Denable-rpm-ostree=true \
|
||||
-Denable-tests=false \
|
||||
-Denable-ubuntu-reviews=false
|
||||
%meson_build
|
||||
@ -209,6 +210,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_provenance.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_repos.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_rewrite-resource.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_rpm-ostree.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_rpm.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_shell-extensions.so
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_version}/libgs_plugin_steam.so
|
||||
@ -244,6 +246,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_mandir}/man1/gnome-software-editor.1*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 31 2017 Kalev Lember <klember@redhat.com> - 3.26.1-5
|
||||
- Enable the rpm-ostree plugin
|
||||
|
||||
* Wed Oct 25 2017 Kalev Lember <klember@redhat.com> - 3.26.1-4
|
||||
- Fix "too many results returned" error after distro upgrades (#1496489)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user