diff --git a/calamares.spec b/calamares.spec index d36c5bd389fa626fec69d4b4b8b55f3e28b1a333..ff63fac7867a4dc8895469bfa0f5e41c2f03f39d 100644 --- a/calamares.spec +++ b/calamares.spec @@ -2,7 +2,7 @@ Name: calamares Version: 3.3.7 -Release: 2 +Release: 3 Summary: Installer from a live CD/DVD/USB to disk License: GPL-3.0-or-later @@ -58,7 +58,7 @@ Patch12: 0013-1230.patch # Calamares is only supported where live images (and GRUB) are. (#1171380) # This list matches the arches where grub2-efi is used to boot the system -ExclusiveArch: %{ix86} x86_64 aarch64 riscv64 +ExclusiveArch: %{ix86} x86_64 aarch64 riscv64 loongarch64 # Macros BuildRequires: git-core @@ -347,6 +347,9 @@ cd %{_builddir} || exit 0 rm -rf %{buildroot} %changelog +* Mon Nov 10 2025 Wenlong Zhang - 3.3.7-3 +- enable loongarch64 for calamares + * Fri Dec 27 2024 Li Zixin - 3.3.7-2 - 新增修改磁盘分区、中英文翻译、修复root bash等问题的patch