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:
Michael Catanzaro 2022-06-21 12:29:09 -05:00
parent c7dddd66f5
commit f02231bb52

View File

@ -71,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=disabled
%meson_build %meson_build
%install %install