Accepting request 708768 from server:mail
OBS-URL: https://build.opensuse.org/request/show/708768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=51
This commit is contained in:
commit
24e9ee6d0a
@ -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