fix conditional

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2022-03-09 14:37:59 -05:00
parent 9f1713c776
commit bae00581fe

View File

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