Cover python2 in Requires too
This commit is contained in:
parent
e1d92041b9
commit
30a0ba9cdc
@ -168,7 +168,11 @@ Requires(preun): systemd
|
|||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
|
||||||
# for upgrade-get-document script - remove after C10S is released and F40 is EOL
|
# for upgrade-get-document script - remove after C10S is released and F40 is EOL
|
||||||
|
%if %{with python3}
|
||||||
Requires(post): python3
|
Requires(post): python3
|
||||||
|
%else
|
||||||
|
Requires(post): python
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
|
Loading…
Reference in New Issue
Block a user