diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 418d375..11e6da6 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -13,7 +13,7 @@ Name: gnome-control-center Version: 40.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA @@ -59,6 +59,7 @@ BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(malcontent-0) BuildRequires: pkgconfig(mm-glib) BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(pwquality) @@ -154,6 +155,7 @@ utilities. %if 0%{?fedora} -Ddistributor_logo=%{_datadir}/pixmaps/fedora_logo_med.png \ -Ddark_mode_distributor_logo=%{_datadir}/pixmaps/fedora_whitelogo_med.png \ + -Dmalcontent=true \ %endif %if 0%{?rhel} -Ddistributor_logo=%{_datadir}/pixmaps/fedora-logo.png \ @@ -208,6 +210,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center %dir %{_datadir}/gnome/wm-properties %changelog +* Tue Jun 01 2021 Felipe Borges - 40.0-10 +- Enable parental controls (malcontent) + * Fri Apr 02 2021 Kalev Lember - 40.0-9 - Only enable power-profiles-daemon on F35+ and RHEL 9+