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.
This commit is contained in:
parent
74a098d6fb
commit
c4a5cacedd
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.31.90
|
Version: 3.31.90
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -96,7 +96,8 @@ Requires: libappstream-glib%{?_isa} >= %{appstream_glib_version}
|
|||||||
# librsvg2 is needed for gdk-pixbuf svg loader
|
# librsvg2 is needed for gdk-pixbuf svg loader
|
||||||
Requires: librsvg2%{?_isa}
|
Requires: librsvg2%{?_isa}
|
||||||
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
||||||
Requires: PackageKit%{?_isa} >= %{packagekit_version}
|
|
||||||
|
Recommends: PackageKit%{?_isa} >= %{packagekit_version}
|
||||||
|
|
||||||
# this is not a library version
|
# this is not a library version
|
||||||
%define gs_plugin_version 13
|
%define gs_plugin_version 13
|
||||||
@ -289,6 +290,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_mandir}/man1/gnome-software-editor.1*
|
%{_mandir}/man1/gnome-software-editor.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 3.31.90-4
|
||||||
|
- Change PackageKit requires to recommends
|
||||||
|
|
||||||
* Wed Feb 27 2019 Kalev Lember <klember@redhat.com> - 3.31.90-3
|
* Wed Feb 27 2019 Kalev Lember <klember@redhat.com> - 3.31.90-3
|
||||||
- Remove unneeded dpkg plugin
|
- Remove unneeded dpkg plugin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user