From 6d055955375ed7dc3fcededc00ea16b12f93add7 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 3 Apr 2025 09:22:42 +0800 Subject: [PATCH] dwz-14: enable for LoongArch Signed-off-by: Peng Fan --- dwz.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dwz.spec b/dwz.spec index 312db88..67e73fb 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global __python /usr/bin/python3 %{?scl_package:%global scl gcc-toolset-14} @@ -11,8 +11,6 @@ Version: 0.14 Release: %{anolis_release}%{?dist} License: GPLv2+ and GPLv3+ -ExcludeArch: loongarch64 - # git archive --format=tar --remote=git://sourceware.org/git/dwz.git \ # --prefix=dwz-%%{version}/ dwz-%%{version} \ # | bzip2 -9 > dwz-%%{version}.tar.bz2 @@ -50,5 +48,8 @@ rm -rf %{buildroot} %{_mandir}/man1/dwz.1* %changelog +* Thu Apr 3 2025 Peng Fan - 0.14-2 +- Enable for LoongArch + * Sat Sep 14 2024 mgb01105731 - 0.14-1 - Init upstream from 0.14 -- Gitee