From 5e6245155574d5756399f83765c9fdf220467809 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 14 Jun 2022 09:44:37 -0400 Subject: [PATCH] fix vendor conditional macro Signed-off-by: Lokesh Mandvekar --- python-podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-podman.spec b/python-podman.spec index cb3da02..8b7c605 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -43,7 +43,7 @@ Requires: python%{python3_pkgversion}-requests %else BuildRequires: pyproject-rpm-macros %endif -%if %{_vendor} == "debbuild" +%if "%{_vendor}" == "debbuild" BuildRequires: python%{python3_pkgversion}-xdg Requires: python%{python3_pkgversion}-xdg %else %if 0%{?centos} <= 8