Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2023-02-04 14:11:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Sat Feb 4 14:11:01 2023 rev:222 rq:1062948 version:3.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix-bdb.changes 2022-12-04 14:58:05.408178931 +0100 +++ /work/SRC/openSUSE:Factory/.postfix.new.4462/postfix-bdb.changes 2023-02-04 14:26:51.953470777 +0100 @@ -1,0 +2,5 @@ +Wed Jan 25 13:30:52 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Disable NIS support on Factory (deprecated and will be removed) + +------------------------------------------------------------------- postfix.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix-bdb.spec ++++++ --- /var/tmp/diff_new_pack.d46fMr/_old 2023-02-04 14:26:52.473473647 +0100 +++ /var/tmp/diff_new_pack.d46fMr/_new 2023-02-04 14:26:52.481473691 +0100 @@ -49,9 +49,12 @@ %endif %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} ) %bcond_without lmdb -%bcond_without libnsl %else %bcond_with lmdb +%endif +%if 0%{?suse_version} >= 1320 && 0%{?suse_version} < 1599 +%bcond_without libnsl +%else %bcond_with libnsl %endif %bcond_without ldap @@ -186,6 +189,10 @@ export AUXLIBS="${AUXLIBS} -lssl -lcrypto" fi # +%if %{without libnsl} +export CCARGS="${CCARGS} -DNO_NIS" +%endif +# %if %{with ldap} export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL" export AUXLIBS_LDAP="-lldap -llber" ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.d46fMr/_old 2023-02-04 14:26:52.513473868 +0100 +++ /var/tmp/diff_new_pack.d46fMr/_new 2023-02-04 14:26:52.521473912 +0100 @@ -39,7 +39,11 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif +%if 0%{?suse_version} < 1599 %bcond_without libnsl +%else +%bcond_with libnsl +%endif %bcond_without ldap Name: postfix Version: 3.7.3 @@ -204,6 +208,9 @@ export AUXLIBS="${AUXLIBS} -lssl -lcrypto" fi # +%if %{without libnsl} +export CCARGS="${CCARGS} -DNO_NIS" +%endif %if %{with ldap} export CCARGS="${CCARGS} -DHAS_LDAP -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL" export AUXLIBS_LDAP="-lldap -llber"