From 6fd14de2e516f319f163547d3bb72463b42a90ec Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 10 Feb 2012 10:46:15 +0100 Subject: [PATCH] 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 --- bootcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0