diff --git a/bacula.spec b/bacula.spec index cdfb4f6..7a27c8c 100644 --- a/bacula.spec +++ b/bacula.spec @@ -8,8 +8,9 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.0.3 -Release: 13%{?dist} -License: GPL +Release: 14%{?dist} +# See LICENSE for details +License: GPLv2 with exceptions Group: System Environment/Daemons Source0: http://download.sourceforge.net/bacula/bacula-%{version}.tar.gz Source1: http://download.sourceforge.net/bacula/bacula-docs-%{docs_version}.tar.gz @@ -46,7 +47,7 @@ BuildRequires: desktop-file-utils, python-devel, sqlite-devel, sed, BuildRequires: libacl-devel, latex2html, tetex-latex, tetex, ghostscript BuildRequires: dvipdfm -%if "%{fedora}" >= "7" +%if 0%{?fedora} >= 7 BuildRequires: tcp_wrappers-devel %else BuildRequires: tcp_wrappers @@ -921,6 +922,10 @@ fi %changelog +* Mon Jul 7 2008 Tom "spot" Callaway - 2.0.3-14 +- fix conditional comparison +- fix license tag + * Mon Jan 07 2008 Tom "spot" Callaway - 2.0.3-13 - add BR: dvipdfm