Accepting request 1062948 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1062948 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=222
This commit is contained in:
commit
6311d34c7d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 13:30:52 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Disable NIS support on Factory (deprecated and will be removed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 14 15:07:44 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
Mon Nov 14 15:07:44 UTC 2022 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
@ -49,9 +49,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} )
|
%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} )
|
||||||
%bcond_without lmdb
|
%bcond_without lmdb
|
||||||
%bcond_without libnsl
|
|
||||||
%else
|
%else
|
||||||
%bcond_with lmdb
|
%bcond_with lmdb
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1320 && 0%{?suse_version} < 1599
|
||||||
|
%bcond_without libnsl
|
||||||
|
%else
|
||||||
%bcond_with libnsl
|
%bcond_with libnsl
|
||||||
%endif
|
%endif
|
||||||
%bcond_without ldap
|
%bcond_without ldap
|
||||||
@ -186,6 +189,10 @@ else
|
|||||||
export AUXLIBS="${AUXLIBS} -lssl -lcrypto"
|
export AUXLIBS="${AUXLIBS} -lssl -lcrypto"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
%if %{without libnsl}
|
||||||
|
export CCARGS="${CCARGS} -DNO_NIS"
|
||||||
|
%endif
|
||||||
|
#
|
||||||
%if %{with ldap}
|
%if %{with ldap}
|
||||||
export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL"
|
export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL"
|
||||||
export AUXLIBS_LDAP="-lldap -llber"
|
export AUXLIBS_LDAP="-lldap -llber"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 13:30:52 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Disable NIS support on Factory (deprecated and will be removed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 18 12:09:13 UTC 2023 - Hu <cathy.hu@suse.com>
|
Wed Jan 18 12:09:13 UTC 2023 - Hu <cathy.hu@suse.com>
|
||||||
|
|
||||||
|
@ -39,7 +39,11 @@
|
|||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
%bcond_without libnsl
|
%bcond_without libnsl
|
||||||
|
%else
|
||||||
|
%bcond_with libnsl
|
||||||
|
%endif
|
||||||
%bcond_without ldap
|
%bcond_without ldap
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Version: 3.7.3
|
Version: 3.7.3
|
||||||
@ -204,6 +208,9 @@ else
|
|||||||
export AUXLIBS="${AUXLIBS} -lssl -lcrypto"
|
export AUXLIBS="${AUXLIBS} -lssl -lcrypto"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
%if %{without libnsl}
|
||||||
|
export CCARGS="${CCARGS} -DNO_NIS"
|
||||||
|
%endif
|
||||||
%if %{with ldap}
|
%if %{with ldap}
|
||||||
export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL"
|
export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL"
|
||||||
export AUXLIBS_LDAP="-lldap -llber"
|
export AUXLIBS_LDAP="-lldap -llber"
|
||||||
|
Loading…
Reference in New Issue
Block a user