fixup! Disable telemetry and geolocation by default

i9
Sergey Cherevko 1 year ago
parent 8e6169a7e8
commit e88cdaaf99
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -21,9 +21,10 @@ ac_add_options --with-unsigned-addon-scopes=app,system
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1
export MOZ_UPDATE_CHANNEL=release
export MOZ_APP_REMOTINGNAME=firefox
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
# Disable telemetry
unset MOZ_TELEMETRY_REPORTING

@ -132,7 +132,7 @@ end}
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 115.3.1
Release: 1%{?dist}.inferit
Release: 1%{?dist}.inferit.1
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -1743,6 +1743,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Thu Oct 26 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.3.1-1.inferit.1
- fixup! Disable telemetry and geolocation by default
* Thu Oct 05 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.3.1-1.inferit
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save