rpms/bacula/devel bacula.spec,1.6,1.7

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


Author: spot

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

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


Index: bacula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bacula/devel/bacula.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bacula.spec	8 Jan 2008 01:25:20 -0000	1.6
+++ bacula.spec	7 Jul 2008 17:01:16 -0000	1.7
@@ -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: 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 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3-14
+- fix conditional comparison
+- fix license tag
+
 * Mon Jan 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3-13
 - add BR: dvipdfm
 




More information about the fedora-extras-commits mailing list