1
0
Fork 0

Merge pull request #391 from yarda/centos-no-subscription-manager

spec: do not require subscription-manager on CentOS
This commit is contained in:
Jaroslav Škarvada 2022-02-02 22:39:31 +01:00 committed by GitHub
commit 5caeb5b236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,10 @@ Recommends: iproute
%endif
# syspurpose
%if 0%{?rhel} > 8
# not on CentOS
%if 0%{!?centos:1}
Requires: subscription-manager
%endif
%else
%if 0%{?rhel} > 7
Requires: python3-syspurpose