From dc4717560f4d1dff086ef57783001b50d486894a Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jul 2023 11:03:25 +0800 Subject: [PATCH] Add loongarch64 arch Signed-off-by: Zhao Hang --- libomp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libomp.spec b/libomp.spec index 56e1b1f..78099ed 100644 --- a/libomp.spec +++ b/libomp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global maj_ver 15 %global libomp_version %{maj_ver}.0.7 #global rc_ver 1 @@ -30,8 +30,6 @@ Source2: release-keys.asc Source3: run-lit-tests Source4: lit.fedora.cfg.py -Excludearch: loongarch64 - BuildRequires: clang # For clang-offload-packager BuildRequires: clang-tools-extra @@ -188,6 +186,9 @@ cd %{_vpath_builddir} %endif %changelog +* Wed Jul 19 2023 Zhao Hang - 15.0.7-1.0.2 +- Add loongarch64 arch + * Sat Jul 01 2023 Zhao Hang - 15.0.7-1.0.1 - Remove loongarch64 arch -- Gitee