diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 666d060..f2b8c24 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -10,7 +10,7 @@ Name: gnome-control-center Version: 3.30.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA @@ -99,17 +99,17 @@ Requires: iso-codes # For the network panel Requires: nm-connection-editor Recommends: NetworkManager-wifi -%if 0%{?fedora} # For the sharing panel +Recommends: gnome-remote-desktop +%if 0%{?fedora} Recommends: rygel %endif +Recommends: vino # For the info/details panel Requires: switcheroo-control # For the keyboard panel Requires: /usr/bin/gkbd-keyboard-display -Recommends: vino - # Renamed in F28 Provides: control-center = 1:%{version}-%{release} Provides: control-center%{?_isa} = 1:%{version}-%{release} @@ -191,6 +191,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center %dir %{_datadir}/gnome/wm-properties %changelog +* Tue Nov 20 2018 Pete Walter - 3.30.2-3 +- Recommend gnome-remote-desktop for the sharing panel + * Sat Nov 17 2018 Pete Walter - 3.30.2-2 - Change bolt requires to recommends (#1643709) - Change rygel requires to recommends