From 2fdaff2c777906c91bf7517748db02c6a9e3f951 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 13:18:57 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- kmod.changes | 4 ++++ kmod.spec | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/kmod.changes b/kmod.changes index 894f128..4cb58a2 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 b61184d..c52f35b 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 -- Gitee