diff --git a/accel-config.spec b/accel-config.spec index 1e223f4076222c69c3c68d186bfdd6ccb518ed7a..f35670edad3c5288e4e07438a8be893de19f4935 100755 --- a/accel-config.spec +++ b/accel-config.spec @@ -1,8 +1,9 @@ %global project_name idxd-config +%define anolis_release .0.1 Name: accel-config Version: 3.1 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: Configure accelerator subsystem devices # The entire source code is under GPLv2 except for accel-config # library which is mostly LGPLv2, ccan/list which is BSD-MIT and @@ -27,7 +28,7 @@ BuildRequires: systemd # accel-config is for configuring Intel DSA (Data-Streaming # Accelerator) subsystem in the Linux kernel. It supports x86 only. -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 loongarch64 %description Utility library for configuring the accelerator subsystem. @@ -86,6 +87,9 @@ make check %{_libdir}/pkgconfig/lib%{name}.pc %changelog +* Wed Aug 11 2021 zhangwenlong - 3.1-1.0.1 +- Support loongarch64 + * Tue May 18 2021 Jerry Snitselaar - 3.1-1 - Rebase to 3.1 release. resolves: rhbz#1920762