From 2e67ca022e44527f487c5da55de9b7132d9631c4 Mon Sep 17 00:00:00 2001 From: doupengda Date: Mon, 26 Feb 2024 09:29:29 +0800 Subject: [PATCH] Add loongarch64 to ExclusiveArch --- nispor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nispor.spec b/nispor.spec index e3050c5..a02a0b7 100644 --- a/nispor.spec +++ b/nispor.spec @@ -2,12 +2,12 @@ %global __cargo_skip_build 0 Name: nispor Version: 1.0.1 -Release: 2 +Release: 3 Summary: Unified interface for Linux network state querying License: ASL 2.0 URL: https://github.com/nispor/nispor Source: https://github.com/nispor/nispor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -ExclusiveArch: aarch64 x86_64 riscv64 +ExclusiveArch: aarch64 x86_64 riscv64 loongarch64 BuildRequires: make pkg-config python3-devel rust-packaging systemd-devel openEuler-rpm-config %description @@ -99,6 +99,9 @@ rm -rf %{buildroot}%{cargo_registry}/%{name}-%{version}/ %{_libdir}/pkgconfig/nispor.pc %changelog +* Mon Feb 26 2024 doupengda - 1.0.1-3 +- Add loongarch64 to ExclusiveArch + * Fri Mar 24 2023 misaka00251 - 1.0.1-2 - Add riscv64 to ExclusiveArch