Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sendmail for openSUSE:Factory checked in at 2023-02-14 16:44:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new.27156 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Tue Feb 14 16:44:39 2023 rev:117 rq:1065705 version:8.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2023-01-25 17:59:56.525434331 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new.27156/sendmail.changes 2023-02-14 16:44:51.178239899 +0100 @@ -1,0 +2,5 @@ +Tue Feb 14 10:17:30 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Drop NIS/NISPLUS support for Tumbleweed (boo#1208221) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail.spec ++++++ --- /var/tmp/diff_new_pack.VhkYov/_old 2023-02-14 16:44:53.222252030 +0100 +++ /var/tmp/diff_new_pack.VhkYov/_new 2023-02-14 16:44:53.230252077 +0100 @@ -39,7 +39,9 @@ %if 0%{?suse_version} > 1315 BuildRequires: pkg-config BuildRequires: pkgconfig(icu-uc) +%if 0%{?suse_version} < 1599 BuildRequires: pkgconfig(libnsl) +%endif BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(openssl) %if 0%{?suse_version} > 1140 ++++++ sendmail-suse.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/devtools/Site/site.config.m4 new/sendmail-suse/devtools/Site/site.config.m4 --- old/sendmail-suse/devtools/Site/site.config.m4 2021-06-25 12:35:01.642517944 +0200 +++ new/sendmail-suse/devtools/Site/site.config.m4 2023-02-14 11:11:41.002352786 +0100 @@ -26,11 +26,19 @@ dnl ifelse(sysval, 0, dnl dnl `define(`SMDB', `-ldb1')', dnl dnl `define(`SMDB', `-ldb')')dnl -define(`SMDB', `-ldb')')dnl -syscmd(`test -f /usr/in'`clude/rpcsvc/nis.h')dnl -ifelse(sysval, 0, dnl -`define(`SMNIS', `-DNIS -DNISPLUS')', dnl +define(`SMDB', `-ldb')dnl +define(`SMNIS', `')dnl +define(`SMNSL', `')dnl +syscmd(`test -f /usr/in'`clude/rpcsvc/ypclnt.h')dnl +ifelse(sysval, `0', dnl `define(`SMNIS', `-DNIS')')dnl +syscmd(`test -f /usr/in'`clude/rpcsvc/nis.h')dnl +ifelse(sysval, `0', dnl +`define(`SMNIS', `-DNIS -DNISPLUS')')dnl +define(`hasnis', len(SMNIS))dnl +syscmd(`test -f /usr/'_lib`/libnsl.so')dnl +ifelse(sysval, `0', dnl +`define(`SMNSL', `-lnsl')')dnl dnl dnl Common defines and paths dnl @@ -115,7 +123,7 @@ appdef(`conf_sendmail_ENVDEF', `-D_FFR_TLS_SE_OPTS')dnl appdef(`conf_sendmail_ENVDEF', `-DSM_CONF_SHM')dnl appdef(`conf_sendmail_LIB_POST', SMDB)dnl -appdef(`conf_sendmail_LIB_POST', `-lnsl -lresolv 'SMLDAP` -lwrap')dnl +appdef(`conf_sendmail_LIB_POST', SMNSL` -lresolv 'SMLDAP` -lwrap')dnl dnl dnl libmilter dnl