From: Thierry Parmentelat Date: Fri, 10 Feb 2012 09:46:15 +0000 (+0100) Subject: fixes harmless error message in logs - somehow the specfile seems to X-Git-Tag: lxcbuild~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6fd14de2e516f319f163547d3bb72463b42a90ec;hp=7f0b27e17f4f1b6233c32cfdc496fd37fdd5d9e1;p=bootcd.git fixes harmless error message in logs - somehow the specfile seems to be used at some point without the build-generated definitions for distro and the like --- diff --git a/bootcd.spec b/bootcd.spec index af1b8bc..c81c7f6 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -34,7 +34,7 @@ Requires: dosfstools, mkisofs, gzip, mtools, syslinux Requires: yum-utils # mkdiskimage is used for USB-partitioned mode # but it now comes in a separate rpm -%if "%{distro}" == "Fedora" && %{distrorelease} >= 14 +%if "%{distro}" == "Fedora" && "%{distrorelease}" >= 14 Requires: syslinux-perl %endif