diff --git a/kmod.changes b/kmod.changes index 894f12830ba9aa3a581e1b7302224fe1cf1e99f1..4cb58a28f53592b250c739a02ad7c549b3bf4396 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,4 +1,8 @@ %changelog +* Tue Aug 20 2024 guochaofan - 30-4 +- Replaces declaration of help subpackage with the 'package_help' marco. +- If the version and the log are inconsistent, the log shall prevail + * Tue May 07 2024 guoqinglan - 30-3 - Reinitialize libtool to remove Rpath diff --git a/kmod.spec b/kmod.spec index b61184d50dacacdf8d8e1ffc6022c6d69f65613d..c52f35b503679bb5d570146bf201587895c00319 100644 --- a/kmod.spec +++ b/kmod.spec @@ -47,13 +47,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