Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sendmail for openSUSE:Factory checked in at 2024-12-18 20:09:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Wed Dec 18 20:09:01 2024 rev:124 rq:1231690 version:8.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2024-02-27 22:45:04.227406606 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new.29675/sendmail.changes 2024-12-18 20:09:03.898583150 +0100 @@ -1,0 +2,6 @@ +Tue Dec 17 12:20:45 UTC 2024 - Bernhard Wiedemann <[email protected]> + +- Add sendmail.8.18.1-reproducibleuname.patch to not embed + the build machine's kernel version in debuginfo (boo#1234629) + +------------------------------------------------------------------- New: ---- sendmail.8.18.1-reproducibleuname.patch BETA DEBUG BEGIN: New: - Add sendmail.8.18.1-reproducibleuname.patch to not embed the build machine's kernel version in debuginfo (boo#1234629) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail.spec ++++++ --- /var/tmp/diff_new_pack.xOhP8Q/_old 2024-12-18 20:09:06.942710025 +0100 +++ /var/tmp/diff_new_pack.xOhP8Q/_new 2024-12-18 20:09:06.954710525 +0100 @@ -154,6 +154,7 @@ Patch5: sendmail-fd-passing-libmilter.patch # PATCH-FIX-OPENSUSE: make build result reproducible Patch8: sendmail-8.15.2-reproducible.patch +Patch9: sendmail.8.18.1-reproducibleuname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir %{_sysconfdir} %global _mailcnfdir %{_sysconfdir}/mail @@ -250,6 +251,7 @@ %patch -P 5 -p1 -b .fdmilt %patch -P 0 -p0 -b .p0 %patch -P 8 -p1 -b .reproducible +%patch -P 9 -p1 -b .reproducibleuname tar --strip-components=1 -xf %{S:1} set -f cat <<-EOF > file-list ++++++ sendmail.8.18.1-reproducibleuname.patch ++++++ Index: sendmail-8.18.1/devtools/bin/Build =================================================================== --- sendmail-8.18.1.orig/devtools/bin/Build +++ sendmail-8.18.1/devtools/bin/Build @@ -325,6 +325,7 @@ then arch=`uname -m | sed -e 's/ //g' -e 's/\//-/g'` os=`uname -s | sed -e 's/\//-/g' -e 's/ //g'` rel=`uname -r | sed -e 's/(/-/g' -e 's/)//g' -e 's/ //g'` + rel=6.12 fi #
