From cdb3502bea9763560a1be9dfcea7223b2fa849e2 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Jul 30 2008 19:16:20 +0000 Subject: - Fixed %{fedora} comparision, making bacula-sqlite build on rawhide --- diff --git a/bacula.spec b/bacula.spec index cdfb4f6..53e62bc 100644 --- a/bacula.spec +++ b/bacula.spec @@ -407,7 +407,7 @@ fi pushd bacula-sqlite %if 0%{?fedora}%{?rhel} %if 0%{?fedora} - %if "%{fedora}" >= "5" + %if 0%{fedora} >= 5 %define sqlite_suffix 3 build --with-sqlite3 %else @@ -415,7 +415,7 @@ pushd bacula-sqlite %endif %endif %if 0%{?rhel} - %if "%{rhel}" >= "5" + %if 0%{rhel} >= 5 %define sqlite_suffix 3 build --with-sqlite3 %else