From 5ff603dddc5d48097c3aebd407de4a8bc0b1c432 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 20:12:38 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro --- libteam.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libteam.spec b/libteam.spec index 9ff7522..9176bd2 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 @@ -36,14 +36,12 @@ Supplements: (%{name} and network-scripts) This package provides the ifup and ifdown scripts which is use with the legacy network service. -%package help -Summary: Document of %{name} +%package_help + Requires: %{name} = %{version}-%{release} Provides: %{name}-doc = %{version}-%{release} Obsoletes: %{name}-doc < %{version}-%{release} -%description help -This package contains the document of %{name} %prep %autosetup -n %{name}-%{version} -p1 @@ -115,6 +113,10 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team %{_mandir}/man8/teamnl.8* %changelog +* Tue Aug 20 2024 dongzhenshu - 1.32-2 +- Replaced declaration of help subpackage with the 'package_help' macro + + * Fri Dec 15 2023 fuanan - 1.32-1 - update version to 1.32 -- Gitee