Hello community, here is the log from the commit of package sendmail for openSUSE:Factory checked in at 2017-12-20 10:40:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Wed Dec 20 10:40:43 2017 rev:84 rq:558694 version:8.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2017-11-30 12:45:57.420685039 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes 2017-12-20 10:40:49.606807018 +0100 @@ -1,0 +2,5 @@ +Tue Dec 5 05:30:57 UTC 2017 - [email protected] + +- Add sendmail-8.15.2-reproducible.patch to make package build reproducible + +------------------------------------------------------------------- New: ---- sendmail-8.15.2-reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail.spec ++++++ --- /var/tmp/diff_new_pack.ZLJviy/_old 2017-12-20 10:40:51.430675155 +0100 +++ /var/tmp/diff_new_pack.ZLJviy/_new 2017-12-20 10:40:51.430675155 +0100 @@ -110,6 +110,8 @@ Patch5: sendmail-fd-passing-libmilter.patch Patch6: sendmail-8.15.2-openssl-1.1.0-fix.patch Patch7: sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch +# PATCH-FIX-OPENSUSE: make build result reproducible +Patch8: sendmail-8.15.2-reproducible.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir %{_sysconfdir} %global _mailcnfdir %{_sysconfdir}/mail @@ -209,6 +211,7 @@ %patch7 -p1 -b .ecdhe fi %patch0 -p0 -b .p0 +%patch8 -p1 -b .reproducible tar --strip-components=1 -xf %{S:1} set -f cat <<-EOF > file-list ++++++ sendmail-8.15.2-reproducible.patch ++++++ Index: sendmail-8.15.2/cf/sh/makeinfo.sh =================================================================== --- sendmail-8.15.2.orig/cf/sh/makeinfo.sh +++ sendmail-8.15.2/cf/sh/makeinfo.sh @@ -54,7 +54,11 @@ then else host=`uname -n` fi -echo '#####' built by $user@$host on `date` +if [ "$user" = abuild ] ; then + echo '#####' built by OBS +else + echo '#####' built by $user@$host on `date` +fi if [ -r /etc/os-release ] ; then . /etc/os-release echo '#####' on $PRETTY_NAME
