From c8b950aff284b4dc9a18d34021e5eea335b58892 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 20:04:18 +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 9ff7522..bbbf6ba 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam Version: 1.32 -Release: 1 +Release: 2 Summary: User-space counterpart library for team network License: LGPLv2+ URL: http://www.libteam.org @@ -41,6 +41,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} @@ -115,6 +116,9 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team %{_mandir}/man8/teamnl.8* %changelog +* Tue Aug 20 2024 dongzhenshu - 1.32-2 +- Add 'Buildarch: noarch' to the help subpackage + * Fri Dec 15 2023 fuanan - 1.32-1 - update version to 1.32 -- Gitee