Merge pull request #339 from yarda/rhel-9-syspurpose-fix
syspurpose is provides by subscription-manager on RHEL-9
This commit is contained in:
commit
cc2a5e4f33
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue