rpms/bacula/F-8 bacula.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:01:45 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/bacula/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32397/F-8

Modified Files:
	bacula.spec 
Log Message:
fix conditional comparison, license tag


Index: bacula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bacula/F-8/bacula.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bacula.spec	5 Sep 2007 15:32:29 -0000	1.4
+++ bacula.spec	7 Jul 2008 17:00:42 -0000	1.5
@@ -8,8 +8,9 @@
 Summary: Cross platform network backup for Linux, Unix, Mac and Windows
 Name: bacula
 Version: 2.0.3
-Release: 11%{?dist}
-License: GPL
+Release: 11%{?dist}.1
+# 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
@@ -45,7 +46,7 @@
 BuildRequires: desktop-file-utils, python-devel, sqlite-devel, sed,
 BuildRequires: libacl-devel, latex2html, tetex-latex, tetex, ghostscript
 
-%if "%{fedora}" >= "7"
+%if 0%{?fedora} >= 7
 BuildRequires: tcp_wrappers-devel
 %else
 BuildRequires: tcp_wrappers
@@ -920,6 +921,10 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3-11.1
+- fix conditional comparison
+- fix license tag
+
 * Wed Sep 5 2007 Andreas Thienemann <andreas at bawue.net> - 2.0.3-11
 - Remove spooldir in client, fixing #251879
 - Remove dependency on libtermcap, fixing #251158




More information about the scm-commits mailing list