From 39ae51c3220b20feaf62997752582709f85b0b47 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 14:05:31 +0800 Subject: [PATCH] add help for Recommends (cherry picked from commit 741e2cf64576ba6443d52ccf8167fa557801a9fe) --- tuned.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tuned.spec b/tuned.spec index 2e2f2b6..b6b5d2f 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A system tuning service for Linux Name: tuned Version: 2.10.0 -Release: 8 +Release: 9 License: GPLv2+ Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz URL: http://www.tuned-project.org/ @@ -26,6 +26,7 @@ Requires: %{_py}-configobj, %{_py}-pyudev, %{_py}-linux-procfs Requires: %{_py}-schedutils, %{_py}-decorator, %{_py}-perf Recommends:kernel-tools Recommends:tuned-profiles-nfv-host-bin +Recommends:%{name}-help = %{version}-%{release} Patch0: tuned-2.10.0-python-3.7-fix.patch Patch1: 0001-tuned-adm-Fix-a-traceback-when-run-without-action-sp.patch @@ -301,6 +302,9 @@ fi %{_mandir}/man7/%{name}-profiles-nfv-host.7* %changelog +* Thu Nov 12 2020 xinghe - 2.10.0-9 +- add help for Recommends + * Fri Sep 18 2020 xinghe - 2.10.0-8 - cpu Update checking if EPB is supported -- Gitee