From fcbd86e188e31baad368a8e88d0f018b87a0a8d3 Mon Sep 17 00:00:00 2001 From: Zhipeng Xie Date: Thu, 12 Nov 2020 04:30:12 -0500 Subject: [PATCH] add help package Recommends Signed-off-by: Zhipeng Xie --- kpatch.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kpatch.spec b/kpatch.spec index a72d6a2..f091b96 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -1,7 +1,7 @@ Name: kpatch Epoch: 1 Version: 0.9.1 -Release: 5 +Release: 6 Summary: A Linux dynamic kernel patching infrastructure License: GPLv2 @@ -38,6 +38,7 @@ Patch0023:0023-create-diff-object-fix-duplicate-symbols-for-vmlinux.patch BuildRequires: gcc elfutils-libelf-devel uname-build-checks kernel-devel git Requires: bc +Recommends: %{name}-help = %{version}-%{release} %description kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch @@ -93,6 +94,12 @@ popd %{_mandir}/man1/*.1.gz %changelog +* Thu Nov 22 2020 Zhipeng Xie -1:0.9.1-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add help package Recommends + * Fri Sep 25 2020 Zhipeng Xie -1:0.9.1-5 - Type:enhancement - ID:NA -- Gitee