2012-02-28 08:37:37 +01:00
|
|
|
From a994bf2d5f145d52ce7351468b4b897a4f65d3a4 Mon Sep 17 00:00:00 2001
|
2010-10-07 21:59:49 +02:00
|
|
|
From: Cristian Rodriguez <cristian.rodriguez@opensuse.org>
|
|
|
|
Date: Tue, 5 Oct 2010 13:59:40 +0200
|
2011-02-16 14:51:13 +01:00
|
|
|
Subject: No Build date and time in binaries
|
2010-10-07 21:59:49 +02:00
|
|
|
|
|
|
|
This avoids build-compare failures and unhelpful rebuilds/republishes in
|
|
|
|
the openSUSE buildservice.
|
|
|
|
|
|
|
|
diff --git a/build/mkversion b/build/mkversion
|
2012-02-28 08:37:37 +01:00
|
|
|
index 3fd9565..dd9a998 100755
|
2010-10-07 21:59:49 +02:00
|
|
|
--- a/build/mkversion
|
|
|
|
+++ b/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__
|
|
|
|
--
|
2011-12-06 13:54:38 +01:00
|
|
|
1.7.7
|
2010-10-07 21:59:49 +02:00
|
|
|
|