From 7a83dcc97b26fd45fb4dc6f15afcd54682cd9f59a852aa90d68a081c7071dbc1 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 27 May 2024 15:20:47 +0000 Subject: [PATCH] - Skip privacy page in gnome-initial-setup. It doesn't currently work and we prefer geolocation disabled by default OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/gnome-branding-Aeon?expand=0&rev=21 --- gnome-branding-Aeon.changes | 7 +++++++ gnome-branding-Aeon.spec | 5 +++++ vendor.conf | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 vendor.conf diff --git a/gnome-branding-Aeon.changes b/gnome-branding-Aeon.changes index 771793c..9010130 100644 --- a/gnome-branding-Aeon.changes +++ b/gnome-branding-Aeon.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 27 15:19:36 UTC 2024 - Richard Brown + +- Skip privacy page in gnome-initial-setup. + It doesn't currently work and we prefer geolocation disabled + by default + ------------------------------------------------------------------- Thu May 23 20:00:38 UTC 2024 - Richard Brown diff --git a/gnome-branding-Aeon.spec b/gnome-branding-Aeon.spec index b6d902a..c3c2b4c 100644 --- a/gnome-branding-Aeon.spec +++ b/gnome-branding-Aeon.spec @@ -35,6 +35,7 @@ Source9: 50-aeon Source10: wallpaper-branding-Aeon.xml Source11: 49-aeon.rules Source12: aeon-mig-firstboot +Source13: vendor.conf BuildArch: noarch BuildRequires: flatpak BuildRequires: gio-branding-openSUSE @@ -44,6 +45,7 @@ BuildRequires: systemd-rpm-macros BuildRequires: transactional-update Requires: flatpak Requires: gio-branding-openSUSE +Requires: gnome-initial-setup Requires: polkit Requires: sound-theme-freedesktop Requires: sudo @@ -73,6 +75,7 @@ cp -a %{SOURCE9} 50-aeon cp -a %{SOURCE10} wallpaper-branding-Aeon.xml cp -a %{SOURCE11} 49-aeon.rules cp -a %{SOURCE12} aeon-mig-firstboot +cp -a %{SOURCE13} vendor.conf %build @@ -99,6 +102,7 @@ install -d %{buildroot}%{_datadir}/gnome-background-properties install -m0644 wallpaper-branding-Aeon.xml %{buildroot}%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml install -d %{buildroot}%{_datadir}/polkit-1/rules.d/ install -m0444 49-aeon.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-aeon.rules +install -m0644 vendor.conf %{buildroot}%{_datadir}/gnome-initial-setup/vendor.conf %pre %systemd_user_pre distrobox-upgrade-all.service @@ -134,5 +138,6 @@ install -m0444 49-aeon.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-aeon.ru %dir %{_datadir}/gnome-background-properties %{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml %{_datadir}/polkit-1/rules.d/49-aeon.rules +%{_datadir}/gnome-initial-setup/vendor.conf %changelog diff --git a/vendor.conf b/vendor.conf new file mode 100644 index 0000000..6ce7174 --- /dev/null +++ b/vendor.conf @@ -0,0 +1,3 @@ +[pages] +skip=privacy +EOF