diff --git a/kmod.spec b/kmod.spec index 50617524bc9576e5468d8013c25fc0c3cbdeaed1..4ad21c0c78317e4992718d59a2651f68e8ca5d08 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