From 8782533b17af55a70699a30adf916e31df448c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 12 Apr 2021 22:04:05 +0200 Subject: [PATCH] syspurpose is provides by subscription-manager on RHEL-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1948764 Signed-off-by: Jaroslav Škarvada --- tuned.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tuned.spec b/tuned.spec index 9c76df9..bf7e879 100644 --- a/tuned.spec +++ b/tuned.spec @@ -94,9 +94,14 @@ Recommends: hdparm Recommends: kernel-tools Recommends: kmod %endif +# syspurpose +%if 0%{?rhel} > 8 +Requires: subscription-manager +%else %if 0%{?rhel} > 7 Requires: python3-syspurpose %endif +%endif %description The tuned package contains a daemon that tunes system settings dynamically.