diff --git a/kmod.changes b/kmod.changes index 894f12830ba9aa3a581e1b7302224fe1cf1e99f1..04c20684820fb21adfba8f777b624356c98c1a80 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,4 +1,8 @@ %changelog + guochaofan - 30-4 +- Replaces declaration of help subpackage with the 'package_help' marco. +- The changelog does not match the Release version + * Tue May 07 2024 guoqinglan - 30-3 - Reinitialize libtool to remove Rpath diff --git a/kmod.spec b/kmod.spec index b61184d50dacacdf8d8e1ffc6022c6d69f65613d..829d13a085006309f0839b9993820eb09c37318c 100644 --- a/kmod.spec +++ b/kmod.spec @@ -47,13 +47,7 @@ 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 -Requires: man info - -%description help -The kmod-help package provides several documents and the man pages to help -developers to understand the kmod. +%package_help %prep %autosetup -n %{name}-%{version} -p1