From 14bcc060018cb949e0c334d0db6ae4f033ce2e5c Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 25 Aug 2025 09:46:06 +0800 Subject: [PATCH] Enable loongarch64 and riscv64 --- firefox.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firefox.spec b/firefox.spec index 007aca9..de8bc0f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %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,9 +133,6 @@ 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} BuildRequires: pkgconfig(nspr) >= %{nspr_version} @@ -1577,6 +1574,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Aug 25 2025 mgb01105731 - 128.13.0-3 +- Enable loongarch64 and riscv64 + * Thu Aug 21 2025 mgb01105731 - 128.13.0-2 - Fix err that index.html not found -- Gitee