diff --git a/exim-4.90.1-dynlookup-config.patch b/exim-4.90.1-dynlookup-config.patch index 1d9a120..a1ac3e5 100644 --- a/exim-4.90.1-dynlookup-config.patch +++ b/exim-4.90.1-dynlookup-config.patch @@ -1,5 +1,5 @@ diff --git a/src/EDITME b/src/EDITME -index ce2b047..ad06440 100644 +index ce2b047..8b773ea 100644 --- a/src/EDITME +++ b/src/EDITME @@ -311,15 +311,17 @@ LOOKUP_DSEARCH=yes @@ -10,8 +10,8 @@ index ce2b047..ad06440 100644 -LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/$(_lib)/mysql -lmysqlclient -lpq -LOOKUP_MYSQL=yes +LOOKUP_LIBS=-lldap -llber -lsqlite3 -+LOOKUP_INCLUDE=-I/usr/include/mysql -+LOOKUP_MYSQL_LIBS=-lmysqlclient ++# LOOKUP_INCLUDE=-I/usr/include/mysql ++# LOOKUP_MYSQL_LIBS=-lmysqlclient +LOOKUP_PGSQL_LIBS=-lpq +LOOKUP_MYSQL=2 LOOKUP_MYSQL_PC=mariadb diff --git a/exim.spec b/exim.spec index 0c06dbb..1d31f30 100644 --- a/exim.spec +++ b/exim.spec @@ -14,7 +14,7 @@ Summary: The exim mail transfer agent Name: exim Version: 4.90.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Url: http://www.exim.org/ Group: System Environment/Daemons @@ -72,7 +72,8 @@ BuildRequires: libXaw-devel libXmu-devel libXext-devel libX11-devel libSM-devel BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: libICE-devel libXpm-devel libXt-devel perl(ExtUtils::Embed) -BuildRequires: systemd-units libgsasl-devel +# mariadb-devel for mariadb pkgconfig +BuildRequires: systemd-units libgsasl-devel mariadb-devel %description Exim is a message transfer agent (MTA) developed at the University of @@ -587,6 +588,9 @@ test "$1" = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null 2>&1 || : %{_sysconfdir}/cron.daily/greylist-tidy.sh %changelog +* Fri Feb 16 2018 Jaroslav Škarvada - 4.90.1-2 +- Fixed mysql module + * Tue Feb 13 2018 Jaroslav Škarvada - 4.90.1-1 - New version Resolves: rhbz#1527710