Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2024-08-20 16:12:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Tue Aug 20 16:12:35 2024 rev:244 rq:1194618 version:3.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix-bdb.changes 2024-08-02 17:25:34.996964595 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new.2698/postfix-bdb.changes 2024-08-20 16:12:42.944472658 +0200 @@ -1,0 +2,10 @@ +Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk <[email protected]> + +- Remove rcpostfix symlink [jsc#PED-266] + +------------------------------------------------------------------- +Wed Aug 7 06:34:05 UTC 2024 - Thorsten Kukuk <[email protected]> + +- postfix-script requires cmp + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2024-08-02 17:25:35.108969213 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new.2698/postfix.changes 2024-08-20 16:12:42.980474154 +0200 @@ -1,0 +2,10 @@ +Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk <[email protected]> + +- Remove rcpostfix symlink [jsc#PED-266] + +------------------------------------------------------------------- +Wed Aug 7 06:34:05 UTC 2024 - Thorsten Kukuk <[email protected]> + +- postfix-script requires cmp + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix-bdb.spec ++++++ --- /var/tmp/diff_new_pack.6TmBEd/_old 2024-08-20 16:12:43.788507717 +0200 +++ /var/tmp/diff_new_pack.6TmBEd/_new 2024-08-20 16:12:43.792507884 +0200 @@ -126,16 +126,18 @@ %else Requires(pre): shadow %endif +# /usr/lib/postfix/bin//postfix-script: line 400: cmp: command not found +Requires: /usr/bin/cmp # /usr/lib/postfix/bin//post-install: line 667: ed: command not found Requires(pre): ed -Requires(preun):ed +Requires(preun): ed Requires(post): ed -Requires(postun):ed +Requires(postun): ed # /usr/sbin/config.postfix needs perl Requires(pre): perl -Requires(preun):perl +Requires(preun): perl Requires(post): perl -Requires(postun):perl +Requires(postun): perl %description Postfix aims to be an alternative to the widely-used sendmail program with bdb support @@ -365,7 +367,9 @@ install -m 0755 postfix-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps install -m 0755 postfix-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr install -m 0755 postfix-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp +%if 0%{?suse_version} < 1599 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcpostfix +%endif %fdupes %{buildroot}%{pf_docdir} %fdupes %{buildroot}%{_mandir} for path in %{buildroot}%{pf_shlib_directory}/libpostfix-*.so @@ -526,7 +530,9 @@ %attr(0755,root,root) %{_sbindir}/mkpostfixcert %attr(0755,root,root) %{_sbindir}/check_mail_queue %attr(0755,root,root) %{_sbindir}/config.postfix +%if 0%{?suse_version} < 1599 %{_sbindir}/rcpostfix +%endif %{_libdir}/lib* %{_libexecdir}/sendmail %dir %{pf_shlib_directory} ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.6TmBEd/_old 2024-08-20 16:12:43.848510209 +0200 +++ /var/tmp/diff_new_pack.6TmBEd/_new 2024-08-20 16:12:43.848510209 +0200 @@ -108,16 +108,18 @@ %if %{with libnsl} BuildRequires: libnsl-devel %endif +# /usr/lib/postfix/bin//postfix-script: line 400: cmp: command not found +Requires: /usr/bin/cmp # /usr/lib/postfix/bin//post-install: line 667: ed: command not found Requires(pre): /usr/bin/ed -Requires(preun):/usr/bin/ed +Requires(preun): /usr/bin/ed Requires(post): /usr/bin/ed -Requires(postun):/usr/bin/ed +Requires(postun): /usr/bin/ed # /usr/sbin/config.postfix needs perl Requires(pre): perl -Requires(preun):perl +Requires(preun): perl Requires(post): perl -Requires(postun):perl +Requires(postun): perl %description Postfix aims to be an alternative to the widely-used sendmail program. @@ -391,7 +393,9 @@ install -pm 0755 %{name}-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps install -pm 0755 %{name}-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr install -pm 0755 %{name}-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp +%if 0%{?suse_version} < 1599 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} +%endif ln -sv %{_unitdir}/%{name}.service %{buildroot}%{_unitdir}/mail-transfer-agent.target.wants/%{name}.service %fdupes %{buildroot}%{pf_docdir} %fdupes %{buildroot}%{_mandir} @@ -558,7 +562,9 @@ %attr(0755,root,root) %{_sbindir}/mk%{name}cert %attr(0755,root,root) %{_sbindir}/check_mail_queue %attr(0755,root,root) %{_sbindir}/config.%{name} +%if 0%{?suse_version} < 1599 %{_sbindir}/rc%{name} +%endif %{_libdir}/lib* %{_libexecdir}/sendmail %dir %{pf_shlib_directory}
