From a09867265e62bd600654d5f1f50cd8754057c787 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 5 Dec 2025 18:46:14 +0800 Subject: [PATCH] Enable loongarch --- firefox.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index b489b60..175214f 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 @@ -132,8 +132,8 @@ Patch154: firefox-nss-addon-hack.patch # ARM run-time patch Patch155: rhbz-1354671.patch -# nodejs 22 in loonarch64 and riscv64 not yet adapted -ExcludeArch: loongarch64 riscv64 +# nodejs 22 in riscv64 not yet adapted +ExcludeArch: riscv64 # BUILD REQURES/REQUIRES %if %{?system_nss} && !0%{?bundle_nss} @@ -1573,6 +1573,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Dec 05 2025 mgb01105731 140.5.0-2 +- Enable loongarch + * Fri Nov 14 2025 wenxin - 140.5.0-1 - update to 140.5.0 - fix CVE-2025-13012, CVE-2025-13013, CVE-2025-13014, CVE-2025-13015, -- Gitee