Accepting request 707697 from home:pwcau:branches:server:mail
- spec file cleanup * fix DANE inclusion guard condition * re-enable i18n and remove misleading comment * EXPERIMENTAL_SPF is now SUPPORT_SPF * DANE is now SUPPORT_DANE OBS-URL: https://build.opensuse.org/request/show/707697 OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=210
This commit is contained in:
parent
70311798f6
commit
fb03fe10ba
@ -1,3 +1,11 @@
|
|||||||
|
Wed Jun 5 07:14:44 CEST 2019 - wullinger@rz.uni-kiel.de
|
||||||
|
|
||||||
|
- spec file cleanup
|
||||||
|
* fix DANE inclusion guard condition
|
||||||
|
* re-enable i18n and remove misleading comment
|
||||||
|
* EXPERIMENTAL_SPF is now SUPPORT_SPF
|
||||||
|
* DANE is now SUPPORT_DANE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 23 05:03:11 UTC 2019 - seanlew@opensuse.org
|
Sat Mar 23 05:03:11 UTC 2019 - seanlew@opensuse.org
|
||||||
|
|
||||||
|
15
exim.spec
15
exim.spec
@ -25,14 +25,13 @@
|
|||||||
%bcond_without pgsql
|
%bcond_without pgsql
|
||||||
%bcond_without sqlite
|
%bcond_without sqlite
|
||||||
%bcond_without ldap
|
%bcond_without ldap
|
||||||
%if 0%{?suse_version} < 1199 || 0%{?centos_version} < 599 || 0%{?rhel_version} < 599
|
%bcond_without i18n
|
||||||
%bcond_with dane
|
|
||||||
|
%if 0%{?suse_version} > 1199 || 0%{?centos_version} > 599 || 0%{?rhel_version} > 599
|
||||||
|
%bcond_without dane
|
||||||
%else
|
%else
|
||||||
%bcond_without dane
|
%bcond_with dane
|
||||||
%endif
|
%endif
|
||||||
# disable for now,
|
|
||||||
# since utf8_downconvert currently crashes
|
|
||||||
%bcond_without i18n
|
|
||||||
|
|
||||||
Name: exim
|
Name: exim
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
@ -272,7 +271,7 @@ cat <<-EOF > Local/Makefile
|
|||||||
# SPOOL_MODE=0640
|
# SPOOL_MODE=0640
|
||||||
SUPPORT_MOVE_FROZEN_MESSAGES=yes
|
SUPPORT_MOVE_FROZEN_MESSAGES=yes
|
||||||
HAVE_IPV6=YES
|
HAVE_IPV6=YES
|
||||||
EXPERIMENTAL_SPF=yes
|
SUPPORT_SPF=yes
|
||||||
LOOKUP_LIBS+=-lspf2
|
LOOKUP_LIBS+=-lspf2
|
||||||
#EXPERIMENTAL_DMARC=yes
|
#EXPERIMENTAL_DMARC=yes
|
||||||
#CFLAGS += -I/usr/local/include
|
#CFLAGS += -I/usr/local/include
|
||||||
@ -283,7 +282,7 @@ cat <<-EOF > Local/Makefile
|
|||||||
EXPERIMENTAL_DSN=yes
|
EXPERIMENTAL_DSN=yes
|
||||||
SYSTEM_ALIASES_FILE=/etc/aliases
|
SYSTEM_ALIASES_FILE=/etc/aliases
|
||||||
%if %{with dane}
|
%if %{with dane}
|
||||||
DANE=yes
|
SUPPORT_DANE=yes
|
||||||
%endif
|
%endif
|
||||||
EXPERIMENTAL_SOCKS=yes
|
EXPERIMENTAL_SOCKS=yes
|
||||||
%if %{with i18n}
|
%if %{with i18n}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user