Do not manually specify vendor.conf path
This path is now the upstream default location since: https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/85 so we don't need to specify it manually. Doing so has an undesirable side effect: it disables the search path feature, so I cannot override the configuration in /usr/share by creating an /etc/gnome-initial-setup/vendor.conf as I would expect.
This commit is contained in:
parent
c7dddd66f5
commit
f02231bb52
@ -71,7 +71,7 @@ you through configuring it. It is integrated with gdm.
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
||||
%meson -Dparental_controls=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user