diff --git a/libomp.spec b/libomp.spec index 5fc82e57487a394103d295ae592dc155b1cbf192..56e1b1fcd0dbb7f3fbe3ef6674940659a5743b9d 100644 --- a/libomp.spec +++ b/libomp.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global maj_ver 15 %global libomp_version %{maj_ver}.0.7 #global rc_ver 1 @@ -18,7 +19,7 @@ Name: libomp Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: OpenMP runtime for clang License: NCSA @@ -29,6 +30,8 @@ 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 @@ -185,6 +188,9 @@ cd %{_vpath_builddir} %endif %changelog +* Sat Jul 01 2023 Zhao Hang - 15.0.7-1.0.1 +- Remove loongarch64 arch + * Thu Jan 19 2023 Tom Stellard - 15.0.7-1 - Update to LLVM 15.0.7