- 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
This commit is contained in:
parent
34b43ac08f
commit
7a83dcc97b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 15:19:36 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- 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 <rbrown@suse.com>
|
Thu May 23 20:00:38 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ Source9: 50-aeon
|
|||||||
Source10: wallpaper-branding-Aeon.xml
|
Source10: wallpaper-branding-Aeon.xml
|
||||||
Source11: 49-aeon.rules
|
Source11: 49-aeon.rules
|
||||||
Source12: aeon-mig-firstboot
|
Source12: aeon-mig-firstboot
|
||||||
|
Source13: vendor.conf
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: flatpak
|
BuildRequires: flatpak
|
||||||
BuildRequires: gio-branding-openSUSE
|
BuildRequires: gio-branding-openSUSE
|
||||||
@ -44,6 +45,7 @@ BuildRequires: systemd-rpm-macros
|
|||||||
BuildRequires: transactional-update
|
BuildRequires: transactional-update
|
||||||
Requires: flatpak
|
Requires: flatpak
|
||||||
Requires: gio-branding-openSUSE
|
Requires: gio-branding-openSUSE
|
||||||
|
Requires: gnome-initial-setup
|
||||||
Requires: polkit
|
Requires: polkit
|
||||||
Requires: sound-theme-freedesktop
|
Requires: sound-theme-freedesktop
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
@ -73,6 +75,7 @@ cp -a %{SOURCE9} 50-aeon
|
|||||||
cp -a %{SOURCE10} wallpaper-branding-Aeon.xml
|
cp -a %{SOURCE10} wallpaper-branding-Aeon.xml
|
||||||
cp -a %{SOURCE11} 49-aeon.rules
|
cp -a %{SOURCE11} 49-aeon.rules
|
||||||
cp -a %{SOURCE12} aeon-mig-firstboot
|
cp -a %{SOURCE12} aeon-mig-firstboot
|
||||||
|
cp -a %{SOURCE13} vendor.conf
|
||||||
|
|
||||||
%build
|
%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 -m0644 wallpaper-branding-Aeon.xml %{buildroot}%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml
|
||||||
install -d %{buildroot}%{_datadir}/polkit-1/rules.d/
|
install -d %{buildroot}%{_datadir}/polkit-1/rules.d/
|
||||||
install -m0444 49-aeon.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-aeon.rules
|
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
|
%pre
|
||||||
%systemd_user_pre distrobox-upgrade-all.service
|
%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
|
%dir %{_datadir}/gnome-background-properties
|
||||||
%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml
|
%{_datadir}/gnome-background-properties/wallpaper-branding-Aeon.xml
|
||||||
%{_datadir}/polkit-1/rules.d/49-aeon.rules
|
%{_datadir}/polkit-1/rules.d/49-aeon.rules
|
||||||
|
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
vendor.conf
Normal file
3
vendor.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[pages]
|
||||||
|
skip=privacy
|
||||||
|
EOF
|
Loading…
x
Reference in New Issue
Block a user