rpms/bacula/devel bacula.spec,1.9,1.10

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Wed Jul 30 19:16:51 UTC 2008


Author: ixs

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

Modified Files:
	bacula.spec 
Log Message:
* Wed Jul 30 2008 Andreas Thienemann <athienem at redhat.com> - 2.2.8-2
- Fixed %{fedora} comparision, making bacula-sqlite build on rawhide



Index: bacula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bacula/devel/bacula.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bacula.spec	30 Jul 2008 14:18:55 -0000	1.9
+++ bacula.spec	30 Jul 2008 19:16:21 -0000	1.10
@@ -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 @@
 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 @@
 		%endif
 	%endif
 	%if 0%{?rhel}
-		%if "%{rhel}" >=  "5"
+		%if 0%{rhel} >=  5
 			%define	sqlite_suffix 3
 			build --with-sqlite3
 		%else
@@ -922,6 +922,9 @@
 
 
 %changelog
+* Wed Jul 30 2008 Andreas Thienemann <athienem at redhat.com> - 2.2.8-2
+- Fixed %%{fedora} comparision, making bacula-sqlite build on rawhide
+
 * Fri Jul 25 2008 Jon Ciesla <limb at jcomserv.net> - 2.2.8-1
 - Update to 2.2.8. BZ 446461.
 - Dropped director and storage DB-server hard Reqs. BZ 426788.




More information about the fedora-extras-commits mailing list