diff --git a/firefox-mozconfig b/firefox-mozconfig index ea34e72..acace89 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -27,6 +27,7 @@ ac_add_options --enable-pie export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 +export MOZ_TELEMETRY_REPORTING=1 mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir diff --git a/firefox.spec b/firefox.spec index 8ed119e..d3ffb3d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 50.1.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -792,6 +792,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Jan 17 2017 Jan Horak - 50.1.0-4 +- Enable telemetry (rhbz#1412971) + * Mon Jan 16 2017 Martin Stransky - 50.1.0-3 - Added patch for nss 3.28.1 (mozbz#1290037)