forked from pool/openldap2
908edbc7f9
OBS-URL: https://build.opensuse.org/request/show/49700 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=50
21 lines
548 B
Diff
21 lines
548 B
Diff
--- build/mkversion.orig
|
|
+++ build/mkversion
|
|
@@ -50,7 +50,7 @@ if test $# != 1 ; then
|
|
fi
|
|
|
|
APPLICATION=$1
|
|
-WHOWHERE="$USER@`uname -n`:`pwd`"
|
|
+WHOWHERE="opensuse-buildservice@opensuse.org"
|
|
|
|
cat << __EOF__
|
|
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
@@ -72,7 +72,7 @@ static const char copyright[] =
|
|
"COPYING RESTRICTIONS APPLY\n";
|
|
|
|
$static $const char $SYMBOL[] =
|
|
-"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"
|
|
+"@(#) \$$PACKAGE: $APPLICATION $VERSION \$\n"
|
|
"\t$WHOWHERE\n";
|
|
|
|
__EOF__
|