rpms/dbmail/EL-5 dbmail.spec,1.20,1.21

Bernard Johnson bjohnson at fedoraproject.org
Mon Jul 6 05:11:21 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/dbmail/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13829/EL-5

Modified Files:
	dbmail.spec 
Log Message:
- fix conditional comparison to be 0 for no value



Index: dbmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/EL-5/dbmail.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- dbmail.spec	6 Jul 2009 04:56:35 -0000	1.20
+++ dbmail.spec	6 Jul 2009 05:10:51 -0000	1.21
@@ -10,7 +10,7 @@
 
 Name:           dbmail
 Version:        2.2.11
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A database backed mail storage system
 
 Group:          System Environment/Daemons
@@ -30,7 +30,7 @@ Patch0:         0001-backport-fix-to-pre
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%if %{with_gmime22}
+%if 0%{with_gmime22}
 BuildRequires:  gmime22-devel >= 2.1.19
 %else
 BuildRequires:  gmime-devel >= 2.1.19
@@ -229,6 +229,9 @@ This is the postgresql libraries for dbm
 %{_libdir}/dbmail/libpgsql*
 
 %changelog
+* Sun Jul 05 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.2.11-6
+- fix conditional comparison to be 0 for no value
+
 * Sun Jul 05 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.2.11-5
 - patch to remove duplicate email boxes from being listed
 - consider cron file a config file




More information about the fedora-extras-commits mailing list