From 2fe4102d07e8ae5b4c510a18a9cddc2c83d5f16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Mon, 19 Aug 2024 16:45:29 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- kmod.changes | 4 ++++ kmod.spec | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/kmod.changes b/kmod.changes index 894f128..04c2068 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 b61184d..829d13a 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 -- Gitee