fix conditional
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
9f1713c776
commit
bae00581fe
@ -58,7 +58,7 @@ export PBR_VERSION="0.0.0"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
export PBR_VERSION="0.0.0"
|
export PBR_VERSION="0.0.0"
|
||||||
%if 0{?rhel} <= 8
|
%if 0%{?rhel} <= 8
|
||||||
%py3_install
|
%py3_install
|
||||||
%else
|
%else
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
Loading…
Reference in New Issue
Block a user