fixes harmless error message in logs - somehow the specfile seems to
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 09:46:15 +0000 (10:46 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 09:46:15 +0000 (10:46 +0100)
be used at some point without the build-generated definitions
for distro and the like

bootcd.spec

index af1b8bc..c81c7f6 100644 (file)
@@ -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