- Fixed %{fedora} comparision, making bacula-sqlite build on rawhide

This commit is contained in:
Andreas Thienemann 2008-07-30 19:16:21 +00:00
parent c4f668db73
commit 5d749cfa61

View File

@ -9,7 +9,7 @@
Summary: Cross platform network backup for Linux, Unix, Mac and Windows Summary: Cross platform network backup for Linux, Unix, Mac and Windows
Name: bacula Name: bacula
Version: 2.2.8 Version: 2.2.8
Release: 1%{?dist} Release: 2%{?dist}
# See LICENSE for details # See LICENSE for details
License: GPLv2 with exceptions License: GPLv2 with exceptions
Group: System Environment/Daemons Group: System Environment/Daemons
@ -405,7 +405,7 @@ fi
pushd bacula-sqlite pushd bacula-sqlite
%if 0%{?fedora}%{?rhel} %if 0%{?fedora}%{?rhel}
%if 0%{?fedora} %if 0%{?fedora}
%if "%{fedora}" >= "5" %if 0%{fedora} >= 5
%define sqlite_suffix 3 %define sqlite_suffix 3
build --with-sqlite3 build --with-sqlite3
%else %else
@ -413,7 +413,7 @@ pushd bacula-sqlite
%endif %endif
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
%if "%{rhel}" >= "5" %if 0%{rhel} >= 5
%define sqlite_suffix 3 %define sqlite_suffix 3
build --with-sqlite3 build --with-sqlite3
%else %else
@ -922,6 +922,9 @@ fi
%changelog %changelog
* Wed Jul 30 2008 Andreas Thienemann <athienem@redhat.com> - 2.2.8-2
- Fixed %%{fedora} comparision, making bacula-sqlite build on rawhide
* Fri Jul 25 2008 Jon Ciesla <limb@jcomserv.net> - 2.2.8-1 * Fri Jul 25 2008 Jon Ciesla <limb@jcomserv.net> - 2.2.8-1
- Update to 2.2.8. BZ 446461. - Update to 2.2.8. BZ 446461.
- Dropped director and storage DB-server hard Reqs. BZ 426788. - Dropped director and storage DB-server hard Reqs. BZ 426788.