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.