From 8b0b900fdaa6021d7602f23a17b3a75ebcf596fc95f2dc622acbbbb29e249672 Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Tue, 26 May 2020 08:24:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=176 --- python-kiwi.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-kiwi.spec b/python-kiwi.spec index e3b3671..ed86a7e 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -49,7 +49,7 @@ Release: 0 Url: https://github.com/OSInside/kiwi Summary: KIWI - Appliance Builder Next Generation License: GPL-3.0-or-later -%if %{_vendor} == "debbuild" +%if "%{_vendor}" == "debbuild" # Needed to set Maintainer in output debs Packager: Marcus Schaefer %endif @@ -187,7 +187,7 @@ kiwi created initial ramdisk which is used to control the very first boot of an appliance. The tools are not meant to be used outside of the scope of kiwi appliance building. -%if %{_vendor} != "debbuild" +%if "%{_vendor}" != "debbuild" %ifarch %{ix86} x86_64 %package -n kiwi-pxeboot Summary: KIWI - PXE boot structure @@ -394,7 +394,7 @@ ln -sr %{buildroot}%{_bindir}/kiwi-ng %{buildroot}%{_bindir}/kiwi ln -sr %{buildroot}%{_bindir}/kiwi-ng %{buildroot}%{_bindir}/kiwi-ng-3 ln -sr %{buildroot}%{_bindir}/kiwicompat %{buildroot}%{_bindir}/kiwicompat-3 -%if %{_vendor} != "debbuild" +%if "%{_vendor}" != "debbuild" # kiwi pxeboot directory structure to be packed in kiwi-pxeboot %ifarch %{ix86} x86_64 for i in KIWI pxelinux.cfg image upload boot; do \ @@ -407,7 +407,7 @@ done %fdupes %{buildroot}/srv/tftpboot %endif -%if %{_vendor} != "debbuild" && 0%{?suse_version} < 1550 +%if "%{_vendor}" != "debbuild" && 0%{?suse_version} < 1550 %ifarch %{ix86} x86_64 %pre -n kiwi-pxeboot #============================================================ @@ -460,7 +460,7 @@ fi %files -n dracut-kiwi-overlay %{_usr}/lib/dracut/modules.d/90kiwi-overlay -%if %{_vendor} != "debbuild" +%if "%{_vendor}" != "debbuild" %ifarch %{ix86} x86_64 %files -n kiwi-pxeboot %if 0%{?suse_version} < 1550