From 9ab35dc41045336ff05651c257d4d85cfb5c9133 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 11:28:29 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libteam.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libteam.spec b/libteam.spec index 1b10c90..b49138d 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam Version: 1.30 -Release: 3 +Release: 4 Summary: User-space counterpart library for team network License: LGPLv2+ URL: http://www.libteam.org @@ -52,6 +52,8 @@ 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} @@ -139,6 +141,9 @@ popd %{_mandir}/man8/teamnl.8* %changelog +* Tue Aug 20 2024 dongzhenshu - 1.30-4 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Oct 11 2023 fuanan - 1.30-3 - fix an issue about teamd is using 100% cpu usage (of 1 core) -- Gitee