diff --git a/kmod.spec b/kmod.spec index ad5b9786b25375850579102422b4440e4a4c5f39..6fa4059cb40682870e5d70465a9400a60d46455b 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 29 -Release: 8 +Release: 9 Summary: Kernel module management # GPLv2+ is used by programs, LGPLv2+ is used for libraries. License: GPLv2+ and LGPLv2+ @@ -55,13 +55,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 @@ -127,6 +125,9 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %doc TODO NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 29-9 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Jul 6 2023 shixin - 29-8 - libkmod: fix possible out-of-bounds memory access shared: avoid passing {NULL, 0} array to bsearch()