From 0a9e1f5986fab81444fa94df3354e618e60d3a74 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 20:37:28 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libteam.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libteam.spec b/libteam.spec index 08c9a29..563f9b2 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam Version: 1.31 -Release: 3 +Release: 4 Summary: User-space counterpart library for team network License: LGPLv2+ URL: http://www.libteam.org @@ -42,6 +42,7 @@ Summary: Document of %{name} Requires: %{name} = %{version}-%{release} Provides: %{name}-doc = %{version}-%{release} Obsoletes: %{name}-doc < %{version}-%{release} +Buildarch: noarch %description help This package contains the document of %{name} @@ -116,6 +117,9 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team %{_mandir}/man8/teamnl.8* %changelog +* Tue Aug 20 2024 dongzhenshu - 1.31-4 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Sep 21 2023 zhangruifang - 1.31-3 - fix an issue about teamd is using 100% cpu usage (of 1 core) -- Gitee