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-01-25 17:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Wed Jan 25 17:42:35 2023 rev:116 rq:1060641 version:8.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2023-01-10 14:59:39.825159260 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new.32243/sendmail.changes 2023-01-25 17:59:56.525434331 +0100 @@ -1,0 +2,16 @@ +Tue Jan 24 12:22:12 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix source URLs: ftp.sendmail.com was restructured and the + pub/sendmail directory is now the root directory. + +------------------------------------------------------------------- +Tue Jan 24 12:10:13 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Switch over to https URLs + +------------------------------------------------------------------- +Fri Jan 20 15:53:37 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Fix wrong "without sysvinit", don't require sysvinit in that case + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail.spec ++++++ --- /var/tmp/diff_new_pack.8cqUV8/_old 2023-01-25 17:59:57.381438903 +0100 +++ /var/tmp/diff_new_pack.8cqUV8/_new 2023-01-25 17:59:57.385438925 +0100 @@ -1,7 +1,7 @@ # # spec file for package sendmail # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,7 +59,7 @@ BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: procmail -%if %{without sysvinit} +%if %{with sysvinit} Requires(pre): sysvinit(network) %endif BuildRequires: tcpd-devel @@ -113,7 +113,7 @@ Summary: BSD Sendmail License: Sendmail Group: Productivity/Networking/Email/Servers -Source0: ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz +Source0: https://ftp.sendmail.org/%{name}.%{version}.tar.gz Source1: sendmail-suse.tar.bz2 Source2: sendmail-rpmlintrc Source3: sendmail-client.path @@ -121,8 +121,8 @@ Source5: sendmail-client.service Source6: sendmail-client.systemd Source7: sendmail.tmpfiles -Source42: ftp://ftp.sendmail.org/pub/sendmail/PGPKEYS#/%{name}.keyring -Source43: ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz.sig +Source42: https://ftp.sendmail.org/PGPKEYS#/%{name}.keyring +Source43: https://ftp.sendmail.org/%{name}.%{version}.tar.gz.sig # PATCH-FIX-OPENSUSE: Add our m4 extensions and maintenance scripts Patch0: sendmail-8.17.1.dif # PATCH-FIX-OPENSUSE: if select(2) is interrupted the timeout become undefined