rpms/postfix/devel postfix.spec,1.53,1.54

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Tue Jun 5 09:50:48 UTC 2007


Author: twoerner

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

Modified Files:
	postfix.spec 
Log Message:
[tw]
- allow to build without LDAP but SASL2 support (rhbz#216792)



Index: postfix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postfix/devel/postfix.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- postfix.spec	5 Jun 2007 08:45:35 -0000	1.53
+++ postfix.spec	5 Jun 2007 09:49:49 -0000	1.54
@@ -12,7 +12,7 @@
 # requested but use the preferred SASL V2 if LDAP is not requested.
 # Sometime soon LDAP will build agains SASL V2 and this won't be needed.
 
-%if %{LDAP} <= 1 && %{SASL} >= 2
+%if %{LDAP} == 1 && %{SASL} >= 2
 %undefine SASL
 %define SASL 1
 %endif
@@ -43,7 +43,7 @@
 Name: postfix
 Summary: Postfix Mail Transport Agent
 Version: 2.4.3
-Release: 1
+Release: 1%{dist}
 Epoch: 2
 Group: System Environment/Daemons
 URL: http://www.postfix.org
@@ -466,9 +466,12 @@
 
 
 %changelog
+* Tue Jun  5 2007 Thomas Woerner <twoerner at redhat.com> 2:2.4.3-1%{dist}
+- allow to build without LDAP but SASL2 support (rhbz#216792)
+
 * Tue Jun  5 2007 Thomas Woerner <twoerner at redhat.com> 2:2.4.3-1
 - new stable version 2.4.3
-- enabled mysql support
+- enabled mysql support (rhbz#185515)
 - dropped build requirements for gawk, ed and sed
 
 * Tue Jan 23 2007 Thomas Woerner <twoerner at redhat.com> 2:2.3.6-1




More information about the fedora-extras-commits mailing list