From 1aaf52b2b799689a9ebde2c3e6d72af31ac18fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 19:50:10 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- kmod.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/kmod.spec b/kmod.spec index 5061752..4ad21c0 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 27 -Release: 11 +Release: 12 Summary: Kernel module management # GPLv2+ is used by programs, LGPLv2+ is used for libraries. License: GPLv2+ and LGPLv2+ @@ -52,13 +52,11 @@ Requires: python3 python3-kmod is a Python3 wrapper module for libkmod, exposing common module operations: listing installed modules, modprobe, and rmmod. -%package help -Summary: Documents and man pages for the kmod +%package_help + Requires: man info -%description help -The kmod-help package provides several documents and the man pages to help -developers to understand the kmod. + %prep %autosetup -n %{name}-%{version} -p1 @@ -124,6 +122,9 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %doc TODO NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 27-12 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Jul 21 2022 liwenchong - 27-11 - fix memeory leak -- Gitee