Merge pull request #391 from yarda/centos-no-subscription-manager
spec: do not require subscription-manager on CentOS
This commit is contained in:
commit
5caeb5b236
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue