rpms/exim/F-12 exim-4.69-add-needed.patch, NONE, 1.1 exim.spec, 1.69, 1.70

Adam Jackson ajax at fedoraproject.org
Tue Feb 9 22:40:56 UTC 2010


Author: ajax

Update of /cvs/pkgs/rpms/exim/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2190

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


exim-4.69-add-needed.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE exim-4.69-add-needed.patch ---
diff -up exim-4.69/Local/Makefile.jx exim-4.69/Local/Makefile
--- exim-4.69/Local/Makefile.jx	2010-02-09 17:37:03.000000000 -0500
+++ exim-4.69/Local/Makefile	2010-02-09 17:39:26.000000000 -0500
@@ -505,7 +505,7 @@ AUTH_SPA=yes
 # Cyrus SASL library installed before trying to build Exim, and you probably
 # want to uncomment the following line:
 
-# AUTH_LIBS=-lsasl2
+AUTH_LIBS=-lsasl2
 
 
 #------------------------------------------------------------------------------


Index: exim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exim/F-12/exim.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- exim.spec	20 Oct 2009 09:10:30 -0000	1.69
+++ exim.spec	9 Feb 2010 22:40:56 -0000	1.70
@@ -12,7 +12,7 @@
 Summary: The exim mail transfer agent
 Name: exim
 Version: 4.69
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv2+
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -55,6 +55,7 @@ Patch24: exim-4.69-dynlookup.patch
 Patch25: exim-4.69-dynlookup-config.patch
 Patch26: exim-4.69-strictaliasing.patch
 Patch27: exim-4.69-expand-spamd.patch
+Patch28: exim-4.69-add-needed.patch
 
 Requires: /etc/pki/tls/certs /etc/pki/tls/private
 Requires: /etc/aliases
@@ -187,6 +188,7 @@ greylisting unconditional.
 %patch25 -p1 -b .dynconfig
 %patch26 -p1 -b .strictaliasing
 %patch27 -p1 -b .expandspamd
+%patch28 -p1 -b .add-needed
 
 cp src/EDITME Local/Makefile
 sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' Local/Makefile
@@ -487,6 +489,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.69-19
+- exim-4.69-add-needed.patch: Fix FTBFS with --no-add-needed
+
 * Mon Oct 05 2009 David Woodhouse <David.Woodhouse at intel.com> - 4.69-18
 - Fix typo in clamd %%post (#527085)
 



More information about the scm-commits mailing list