rpms/bacula/F-8 bacula.spec,1.7,1.8

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


Author: ixs

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

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/F-8/bacula.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bacula.spec	30 Jul 2008 14:06:23 -0000	1.7
+++ bacula.spec	30 Jul 2008 19:16:20 -0000	1.8
@@ -403,7 +403,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
@@ -411,7 +411,7 @@
 		%endif
 	%endif
 	%if 0%{?rhel}
-		%if "%{rhel}" >=  "5"
+		%if 0%{rhel} >=  5
 			%define	sqlite_suffix 3
 			build --with-sqlite3
 		%else




More information about the fedora-extras-commits mailing list