From f02231bb52e7c4028288b5aae08fd1f5c3dcfabe Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 21 Jun 2022 12:29:09 -0500 Subject: [PATCH] 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. --- gnome-initial-setup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec index df15242..5b82b7c 100644 --- a/gnome-initial-setup.spec +++ b/gnome-initial-setup.spec @@ -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