Enable parental controls support
This commit is contained in:
parent
c910377032
commit
b26ea0d88c
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 41~beta
|
Version: 41~beta
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Bootstrapping your OS
|
Summary: Bootstrapping your OS
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -40,6 +40,8 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
|||||||
BuildRequires: pkgconfig(gdm)
|
BuildRequires: pkgconfig(gdm)
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||||
|
BuildRequires: pkgconfig(malcontent-0)
|
||||||
|
BuildRequires: pkgconfig(malcontent-ui-0)
|
||||||
BuildRequires: pkgconfig(packagekit-glib2)
|
BuildRequires: pkgconfig(packagekit-glib2)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
@ -69,7 +71,7 @@ you through configuring it. It is integrated with gdm.
|
|||||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
%meson -Dparental_controls=enabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -104,6 +106,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
|||||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-2
|
||||||
|
- Enable parental controls support
|
||||||
|
|
||||||
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
||||||
- Update to 41.beta
|
- Update to 41.beta
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user