diff --git a/firefox-anolis-default-prefs.js b/firefox-anolis-default-prefs.js index 4a9998f94d07d82b259c2e7e10d5f5465f43151f..90d8719799e5e9ef2c79ba6c2d1a2564283cf994 100644 --- a/firefox-anolis-default-prefs.js +++ b/firefox-anolis-default-prefs.js @@ -16,7 +16,7 @@ pref("extensions.shownSelectionUI", true); pref("ui.SpellCheckerUnderlineStyle", 1); pref("startup.homepage_override_url", "https://openanolis.cn/"); pref("startup.homepage_welcome_url", "https://openanolis.cn/"); -pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html"); +//pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html"); pref("media.gmp-gmpopenh264.autoupdate",true); pref("media.gmp-gmpopenh264.enabled",false); pref("media.gmp.decoder.enabled", true); diff --git a/firefox.spec b/firefox.spec index 76551076484220284cefd3ecc897919698a820f5..007aca9b7b82f02725c285b61205c06557510296 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define homepage %(grep '^HOME_URL\s*=' /etc/os-release | sed 's/^HOME_URL\s*=//;s/^\s*"//;s/"\s*$//') # Produce debug (non-optimized) package build. Suitable for debugging only @@ -133,6 +133,8 @@ Patch155: rhbz-1354671.patch Patch156: 0001-fix-loongarch64-link-failed.patch Patch157: 0001-Fix-libpng-skia-build-failed-for-loongarch64.-r-lsal.patch +# nodejs 22 in loonarch64 and riscv64 not yet adapted +ExcludeArch: loongarch64 riscv64 # BUILD REQURES/REQUIRES %if %{?system_nss} && !0%{?bundle_nss} @@ -1575,6 +1577,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Aug 21 2025 mgb01105731 - 128.13.0-2 +- Fix err that index.html not found + * Wed Jul 30 2025 tomcruiseqi - 128.13.0-1 - Updade to 128.13.0 to fix CVE-2025-8034 CVE-2025-8028 CVE-2025-8035 CVE-2025-8027 CVE-2025-6965 CVE-2025-5283 CVE-2025-1943 CVE-2025-0247