From 5d749cfa61523179ac66c272d248f4b5136b0cd6 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Jul 30 2008 19:16:21 +0000 Subject: - Fixed %{fedora} comparision, making bacula-sqlite build on rawhide --- diff --git a/bacula.spec b/bacula.spec index 6bd92a6..a297c90 100644 --- a/bacula.spec +++ b/bacula.spec @@ -9,7 +9,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.2.8 -Release: 1%{?dist} +Release: 2%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -405,7 +405,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 @@ -413,7 +413,7 @@ pushd bacula-sqlite %endif %endif %if 0%{?rhel} - %if "%{rhel}" >= "5" + %if 0%{rhel} >= 5 %define sqlite_suffix 3 build --with-sqlite3 %else @@ -922,6 +922,9 @@ fi %changelog +* Wed Jul 30 2008 Andreas Thienemann - 2.2.8-2 +- Fixed %%{fedora} comparision, making bacula-sqlite build on rawhide + * Fri Jul 25 2008 Jon Ciesla - 2.2.8-1 - Update to 2.2.8. BZ 446461. - Dropped director and storage DB-server hard Reqs. BZ 426788.