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:
Lars Vogdt 2019-06-08 17:03:13 +00:00 committed by Git OBS Bridge
parent 70311798f6
commit fb03fe10ba
2 changed files with 15 additions and 8 deletions

View File

@ -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

View File

@ -25,14 +25,13 @@
%bcond_without pgsql
%bcond_without sqlite
%bcond_without ldap
%if 0%{?suse_version} < 1199 || 0%{?centos_version} < 599 || 0%{?rhel_version} < 599
%bcond_with dane
%bcond_without i18n
%if 0%{?suse_version} > 1199 || 0%{?centos_version} > 599 || 0%{?rhel_version} > 599
%bcond_without dane
%else
%bcond_without dane
%bcond_with dane
%endif
# disable for now,
# since utf8_downconvert currently crashes
%bcond_without i18n
Name: exim
BuildRequires: cyrus-sasl-devel
@ -272,7 +271,7 @@ cat <<-EOF > Local/Makefile
# SPOOL_MODE=0640
SUPPORT_MOVE_FROZEN_MESSAGES=yes
HAVE_IPV6=YES
EXPERIMENTAL_SPF=yes
SUPPORT_SPF=yes
LOOKUP_LIBS+=-lspf2
#EXPERIMENTAL_DMARC=yes
#CFLAGS += -I/usr/local/include
@ -283,7 +282,7 @@ cat <<-EOF > Local/Makefile
EXPERIMENTAL_DSN=yes
SYSTEM_ALIASES_FILE=/etc/aliases
%if %{with dane}
DANE=yes
SUPPORT_DANE=yes
%endif
EXPERIMENTAL_SOCKS=yes
%if %{with i18n}