rpms/postfix/devel postfix.spec,1.42,1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 25 16:31:07 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/postfix/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12154

Modified Files:
	postfix.spec 
Log Message:
[tw]
- fixed SASL build (#200079)
  thanks to Kaj J. Niemi for the patch




Index: postfix.spec
===================================================================
RCS file: /cvs/dist/rpms/postfix/devel/postfix.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- postfix.spec	24 Jul 2006 12:55:03 -0000	1.42
+++ postfix.spec	25 Jul 2006 16:31:00 -0000	1.43
@@ -43,7 +43,7 @@
 Name: postfix
 Summary: Postfix Mail Transport Agent
 Version: 2.3.0
-Release: 1
+Release: 2
 Epoch: 2
 Group: System Environment/Daemons
 URL: http://www.postfix.org
@@ -180,7 +180,7 @@
 %if %{SASL}
   %define sasl_v1_lib_dir %{_libdir}/sasl
   %define sasl_v2_lib_dir %{_libdir}/sasl2
-  CCARGS="${CCARGS} -DUSE_SASL_AUTH"
+  CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
   %if %{SASL} <= 1
     %define sasl_lib_dir %{sasl_v1_lib_dir}
     AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl"
@@ -468,6 +468,10 @@
 
 
 %changelog
+* Tue Jul 25 2006 Thomas Woerner <twoerner at redhat.com> 2:2.3.0-2
+- fixed SASL build (#200079)
+  thanks to Kaj J. Niemi for the patch
+
 * Mon Jul 24 2006 Thomas Woerner <twoerner at redhat.com> 2:2.3.0-1
 - new version 2.3.0
 - dropped hostname-fqdn patch




More information about the fedora-cvs-commits mailing list