Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2026-01-23 17:31:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Fri Jan 23 17:31:48 2026 rev:261 rq:1328660 version:3.10.7 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix-bdb.changes 2026-01-21 14:14:55.616763063 +0100 +++ /work/SRC/openSUSE:Factory/.postfix.new.1928/postfix-bdb.changes 2026-01-23 17:31:56.535165710 +0100 @@ -1,0 +2,19 @@ +Thu Jan 22 10:59:46 UTC 2026 - Marcus Rueckert <[email protected]> + +- Do not strip binaries at all +- also drop " -s " from the CCARGS to prevent stripping there + +------------------------------------------------------------------- +Thu Jan 22 10:09:40 UTC 2026 - Ana Guerrero <[email protected]> + +- Re-add dropped change: +- fix postfix-SUSE.tar.gz, postfix.service: correct path for postalias + from /sbin/postalias to /usr/sbin/postalias + +------------------------------------------------------------------- +Wed Jan 21 07:33:02 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Don't fail strip on non-existing files (easy hack to fix 32bit + builds). + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2026-01-21 14:14:55.892774565 +0100 +++ /work/SRC/openSUSE:Factory/.postfix.new.1928/postfix.changes 2026-01-23 17:31:56.743174166 +0100 @@ -1,0 +2,13 @@ +Thu Jan 22 10:59:46 UTC 2026 - Marcus Rueckert <[email protected]> + +- Do not strip binaries at all +- also drop " -s " from the CCARGS to prevent stripping there + +------------------------------------------------------------------- +Thu Jan 22 10:09:40 UTC 2026 - Ana Guerrero <[email protected]> + +- Re-add dropped change: +- fix postfix-SUSE.tar.gz, postfix.service: correct path for postalias + from /sbin/postalias to /usr/sbin/postalias + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix-bdb.spec ++++++ --- /var/tmp/diff_new_pack.lC6fMR/_old 2026-01-23 17:31:58.163231895 +0100 +++ /var/tmp/diff_new_pack.lC6fMR/_new 2026-01-23 17:31:58.163231895 +0100 @@ -354,6 +354,7 @@ # posttls-finger is built but not installed install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/ +# --------------------------------------------------------------------------- %if 0%{?suse_version} >= 1330 %pre -f postfix.pre ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.lC6fMR/_old 2026-01-23 17:31:58.219234172 +0100 +++ /var/tmp/diff_new_pack.lC6fMR/_new 2026-01-23 17:31:58.223234334 +0100 @@ -177,7 +177,7 @@ %build unset AUXLIBS AUXLIBS_LDAP AUXLIBS_PCRE AUXLIBS_MYSQL AUXLIBS_PGSQL AUXLIBS_SQLITE AUXLIBS_CDB -export CCARGS="${CCARGS} %{optflags} -s -fcommon -Wno-comments -Wno-missing-braces -fPIC" +export CCARGS="${CCARGS} %{optflags} -fcommon -Wno-comments -Wno-missing-braces -fPIC" %ifarch s390 s390x ppc export CCARGS="${CCARGS} -fsigned-char" @@ -377,11 +377,6 @@ # posttls-finger is built but not installed install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/ - -for i in /usr/lib/postfix/postfix-lmdb.so /usr/lib/postfix/postfix-pcre.so /usr/lib64/libpostfix-dns.so /usr/lib64/libpostfix-global.so /usr/lib64/libpostfix-master.so /usr/lib64/libpostfix-tls.so /usr/lib64/libpostfix-util.so /usr/lib/postfix/postfix-ldap.so /usr/lib/postfix/postfix-mysql.so /usr/lib/postfix/postfix-pgsql.so -do - strip --strip-all %{buildroot}${i} || : -done # --------------------------------------------------------------------------- %pre -f postfix.pre ++++++ postfix-SUSE.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SUSE/postfix.service new/postfix-SUSE/postfix.service --- old/postfix-SUSE/postfix.service 2026-01-13 22:57:49.057289770 +0100 +++ new/postfix-SUSE/postfix.service 2026-01-22 11:11:34.284777038 +0100 @@ -40,7 +40,7 @@ Type=forking PIDFile=/var/spool/postfix/pid/master.pid ExecStartPre=-/bin/echo 'Starting mail service (Postfix)' -ExecStartPre=/sbin/postalias /etc/aliases +ExecStartPre=/usr/sbin/postalias /etc/aliases ExecStartPre=-/usr/bin/touch /var/spool/postfix/pid/master.pid ExecStartPre=-/sbin/restorecon -Rv /var/spool/postfix/pid/master.pid ExecStart=/usr/sbin/postfix start
