From 97e58ec183931a551915e993b1cef8169ea7a9db Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 25 Sep 2023 10:31:34 +0800 Subject: [PATCH] Add loongarch64 support --- accel-config.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/accel-config.spec b/accel-config.spec index 40d4c60..6cba87d 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: accel-config Version: 3.5.1 Release: %{anolis_release}%{?dist} @@ -22,7 +22,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(json-c) BuildRequires: autoconf automake -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 loongarch64 %description Accel-config is an open-source utility library for controlling and configuring @@ -140,6 +140,9 @@ make check %doc Documentation/manpage-base.xsl Documentation/manpage-normal.xsl %changelog +* Mon Sep 25 2023 Wenlong Zhang - 3.5.1-4 +- Add loongarch64 support + * Fri Sep 22 2023 Xingrui Yi - 3.5.1-3 - Fix for k8s use -- Gitee