File sendmail-8.15.2-reproducible.patch of Package sendmail.14171

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
openSUSE Build Service is sponsored by