forked from pool/virtualbox
Accepting request 108203 from home:seife:branches:Virtualization
- remove build date from VBoxSVC OBS-URL: https://build.opensuse.org/request/show/108203 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=74
This commit is contained in:
parent
e9dae1ffd5
commit
156747e502
@ -191,3 +191,42 @@ Index: src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c
|
||||
#if !defined(_PRODUCTION)
|
||||
#define _PRODUCTION ""
|
||||
#endif
|
||||
Index: src/VBox/Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.cpp
|
||||
===================================================================
|
||||
--- src/VBox/Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.cpp.orig
|
||||
+++ src/VBox/Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.cpp
|
||||
@@ -1110,7 +1110,7 @@ static void logHeaderFooter(PRTLOGGER pL
|
||||
#endif
|
||||
"Log opened %s\n",
|
||||
VBOX_VERSION_STRING, RTBldCfgRevision(), VBOX_BUILD_TARGET,
|
||||
- __DATE__, __TIME__, szTmp);
|
||||
+ "openSUSE", "Buildservice", szTmp);
|
||||
|
||||
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
||||
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
||||
Index: src/VBox/Main/src-server/Logging.cpp
|
||||
===================================================================
|
||||
--- src/VBox/Main/src-server/Logging.cpp.orig
|
||||
+++ src/VBox/Main/src-server/Logging.cpp
|
||||
@@ -51,7 +51,7 @@ static void vboxsvcHeaderFooter(PRTLOGGE
|
||||
#endif
|
||||
"Log opened %s\n",
|
||||
VBOX_VERSION_STRING, RTBldCfgRevision(), VBOX_BUILD_TARGET,
|
||||
- __DATE__, __TIME__, szTmp);
|
||||
+ "openSUSE", "Buildservice", szTmp);
|
||||
|
||||
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
||||
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
||||
Index: src/VBox/Main/webservice/vboxweb.cpp
|
||||
===================================================================
|
||||
--- src/VBox/Main/webservice/vboxweb.cpp.orig
|
||||
+++ src/VBox/Main/webservice/vboxweb.cpp
|
||||
@@ -666,7 +666,7 @@ static void WebLogHeaderFooter(PRTLOGGER
|
||||
#endif
|
||||
"Log opened %s\n",
|
||||
VBOX_VERSION_STRING, RTBldCfgRevision(), VBOX_BUILD_TARGET,
|
||||
- __DATE__, __TIME__, szTmp);
|
||||
+ "openSUSE", "Buildservice", szTmp);
|
||||
|
||||
int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
|
||||
if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 07:49:52 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
- remove build date from VBoxSVC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 11:01:04 UTC 2011 - mseben@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package virtualbox
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user