rpms/exim/devel exim.spec,1.71,1.72

Adam Jackson ajax at fedoraproject.org
Tue Feb 9 22:46:09 UTC 2010


Author: ajax

Update of /cvs/pkgs/rpms/exim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2855

Modified Files:
	exim.spec 
Log Message:
* Tue Feb 09 2010 Adam Jackson <ajax at redhat.com> 4.71-2
- Fix FTBFS with --no-add-needed



Index: exim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exim/devel/exim.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- exim.spec	24 Dec 2009 20:11:03 -0000	1.71
+++ exim.spec	9 Feb 2010 22:46:09 -0000	1.72
@@ -12,7 +12,7 @@
 Summary: The exim mail transfer agent
 Name: exim
 Version: 4.71
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -186,6 +186,7 @@ greylisting unconditional.
 
 cp src/EDITME Local/Makefile
 sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' Local/Makefile
+sed -i 's@^# AUTH_LIBS=-lsasl2 at AUTH_LIBS=-lsasl2@' Local/Makefile
 cp exim_monitor/EDITME Local/eximon.conf
 
 
@@ -483,6 +484,9 @@ test "$1"  = 0 || %{_initrddir}/clamd.ex
 %{_sysconfdir}/cron.daily/greylist-tidy.sh
 
 %changelog
+* Tue Feb 09 2010 Adam Jackson <ajax at redhat.com> 4.71-2
+- Fix FTBFS with --no-add-needed
+
 * Thu Dec 24 2009 David Woodhouse <David.Woodhouse at intel.com> - 4.69-20
 - Update to 4.71
 



More information about the scm-commits mailing list