spec: do not require subscription-manager on CentOS
Resolves: rhbz#2028865 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
3f4ef89f7d
commit
ebb8096e71
1 changed files with 3 additions and 0 deletions
|
|
@ -95,7 +95,10 @@ Recommends: kmod
|
|||
%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