1
0
Fork 0

Merge pull request #339 from yarda/rhel-9-syspurpose-fix

syspurpose is provides by subscription-manager on RHEL-9
This commit is contained in:
Jaroslav Škarvada 2021-05-17 22:05:40 +02:00 committed by GitHub
commit cc2a5e4f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.