Disable parental controls support as per Workstation WG decision
https://bugzilla.redhat.com/show_bug.cgi?id=2004259
This commit is contained in:
parent
55bea78a2b
commit
f8a02b6f9c
@ -8,7 +8,7 @@
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 41~rc
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Bootstrapping your OS
|
||||
|
||||
License: GPLv2+
|
||||
@ -43,8 +43,6 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
||||
BuildRequires: pkgconfig(gdm)
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(malcontent-0)
|
||||
BuildRequires: pkgconfig(malcontent-ui-0)
|
||||
BuildRequires: pkgconfig(packagekit-glib2)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: krb5-devel
|
||||
@ -74,7 +72,7 @@ you through configuring it. It is integrated with gdm.
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson -Dparental_controls=enabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -109,6 +107,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
|
||||
%changelog
|
||||
* Tue Sep 14 2021 Kalev Lember <klember@redhat.com> - 41~rc-3
|
||||
- Disable parental controls support as per Workstation WG decision (#2004259)
|
||||
|
||||
* Tue Sep 14 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 41~rc-2
|
||||
- Fix new Fedora third party software page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user