Cover python2 in Requires too

This commit is contained in:
Zdenek Dohnal 2023-08-14 18:53:07 +02:00
parent e1d92041b9
commit 30a0ba9cdc

View File

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