fix vendor conditional macro
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
fe12e88581
commit
5e62451555
@ -43,7 +43,7 @@ Requires: python%{python3_pkgversion}-requests
|
|||||||
%else
|
%else
|
||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: pyproject-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
%if %{_vendor} == "debbuild"
|
%if "%{_vendor}" == "debbuild"
|
||||||
BuildRequires: python%{python3_pkgversion}-xdg
|
BuildRequires: python%{python3_pkgversion}-xdg
|
||||||
Requires: python%{python3_pkgversion}-xdg
|
Requires: python%{python3_pkgversion}-xdg
|
||||||
%else %if 0%{?centos} <= 8
|
%else %if 0%{?centos} <= 8
|
||||||
|
Loading…
Reference in New Issue
Block a user