18 lines
488 B
Diff
18 lines
488 B
Diff
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
|