diff --git a/memkind.spec b/memkind.spec index 2e65886bcfb6b09a404b7b3c7a7e3e4cf4771327..b96963ecc184b2ba5fe23b026efb3666d5991a22 100644 --- a/memkind.spec +++ b/memkind.spec @@ -1,14 +1,14 @@ Name: memkind Summary: Extensible Heap Manager for User Version: 1.14.0 -Release: 2 +Release: 3 License: BSD URL: http://memkind.github.io/memkind Source0: https://github.com/memkind/memkind/archive/v1.14.0/%{name}-%{version}.tar.gz Patch0001: 0001-support-multi-threading-build.patch BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ -ExclusiveArch: x86_64 aarch64 riscv64 +ExclusiveArch: x86_64 aarch64 riscv64 loongarch64 %description The kinds of memory are defined by operating system memory policies that have been applied @@ -82,6 +82,9 @@ popd %{_mandir}/man7/* %changelog +* Fri Aug 18 2023 haomimi - 1.14.0-3 +- enable loongarch64 architecture + * Fri Aug 04 2023 Jingwiw - 1.14.0-2 - enable riscv64 architecture