From 484d84f4ae57ca2e35af81a1d5a8a6ed9c2ffa03 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 09 2010 22:42:12 +0000 Subject: misfire --- diff --git a/exim.spec b/exim.spec index 84adb08..a32ced4 100644 --- a/exim.spec +++ b/exim.spec @@ -12,7 +12,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.69 -Release: 19%{?dist} +Release: 18%{?dist} License: GPLv2+ Url: http://www.exim.org/ Group: System Environment/Daemons @@ -55,7 +55,6 @@ 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 @@ -188,7 +187,6 @@ 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 @@ -489,9 +487,6 @@ test "$1" = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null || : %{_sysconfdir}/cron.daily/greylist-tidy.sh %changelog -* Tue Feb 09 2010 Adam Jackson 4.69-19 -- exim-4.69-add-needed.patch: Fix FTBFS with --no-add-needed - * Mon Oct 05 2009 David Woodhouse - 4.69-18 - Fix typo in clamd %%post (#527085)