From c4a5caceddd9dcab74d4e20709d72bc730aff2f8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 28 Feb 2019 12:41:49 +0100 Subject: [PATCH] Change PackageKit requires to recommends This allows Silverblue composes to exclude PackageKit (and install the rpm-ostree backend instead), while still keeping it installed by default for all other cases. --- gnome-software.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-software.spec b/gnome-software.spec index ba52030..2d22078 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -20,7 +20,7 @@ Name: gnome-software Version: 3.31.90 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -96,7 +96,8 @@ Requires: libappstream-glib%{?_isa} >= %{appstream_glib_version} # librsvg2 is needed for gdk-pixbuf svg loader Requires: librsvg2%{?_isa} Requires: libsoup%{?_isa} >= %{libsoup_version} -Requires: PackageKit%{?_isa} >= %{packagekit_version} + +Recommends: PackageKit%{?_isa} >= %{packagekit_version} # this is not a library version %define gs_plugin_version 13 @@ -289,6 +290,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/gnome-software-editor.1* %changelog +* Thu Feb 28 2019 Kalev Lember - 3.31.90-4 +- Change PackageKit requires to recommends + * Wed Feb 27 2019 Kalev Lember - 3.31.90-3 - Remove unneeded dpkg plugin