From 00abbed94d83815a75256c8e36f025153ef0c6da Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 18:15:56 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro --- libteam.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libteam.spec b/libteam.spec index 9ff7522..08f350a 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,11 @@ 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 +112,9 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team %{_mandir}/man8/teamnl.8* %changelog +* Mon Aug 19 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