From b7db838b0aa027ae098a5f478f7b8749534a4501 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 31 Oct 2017 11:30:40 +0100 Subject: [PATCH] Enable the rpm-ostree plugin --- gnome-software.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-software.spec b/gnome-software.spec index d3efa82..649dbc2 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -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 - 3.26.1-5 +- Enable the rpm-ostree plugin + * Wed Oct 25 2017 Kalev Lember - 3.26.1-4 - Fix "too many results returned" error after distro upgrades (#1496489)