SHA256
1
0
forked from pool/qemu

Accepting request 449728 from home:a_faerber:branches:Virtualization

Clean up sgabios build

OBS-URL: https://build.opensuse.org/request/show/449728
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=326
This commit is contained in:
Andreas Färber 2017-01-11 18:17:11 +00:00 committed by Git OBS Bridge
parent 828878c897
commit 0d20567aa1
6 changed files with 19 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package qemu-linux-user # spec file for package qemu-linux-user
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 11 17:36:17 UTC 2017 - afaerber@suse.de
- sgabios-stable-buildid.patch: Use geeko@buildhost
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 28 20:21:27 UTC 2016 - afaerber@suse.de Mon Nov 28 20:21:27 UTC 2016 - afaerber@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package qemu-testsuite # spec file for package qemu-testsuite
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 11 17:36:17 UTC 2017 - afaerber@suse.de
- sgabios-stable-buildid.patch: Use geeko@buildhost
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 28 20:21:27 UTC 2016 - afaerber@suse.de Mon Nov 28 20:21:27 UTC 2016 - afaerber@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package qemu # spec file for package qemu
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -5,22 +5,25 @@ builds when the actual code of the package doesn't
change. (bsc#1011213) change. (bsc#1011213)
Signed-off-by: Bruce Rogers <brogers@suse.com> Signed-off-by: Bruce Rogers <brogers@suse.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
--- ---
Makefile | 6 +++--- Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -14,9 +14,9 @@ @@ -14,10 +14,10 @@
# #
# $Id$ # $Id$
-BUILD_DATE = \"$(shell date -u)\" -BUILD_DATE = \"$(shell date -u)\"
-BUILD_SHORT_DATE = \"$(shell date -u +%D)\" -BUILD_SHORT_DATE = \"$(shell date -u +%D)\"
-BUILD_HOST = \"$(shell hostname)\" -BUILD_HOST = \"$(shell hostname)\"
-BUILD_USER = \"$(shell whoami)\"
+BUILD_DATE = \"$(shell date --date='@$(PACKAGING_TIMESTAMP)' -u)\" +BUILD_DATE = \"$(shell date --date='@$(PACKAGING_TIMESTAMP)' -u)\"
+BUILD_SHORT_DATE = \"$(shell date --date='@$(PACKAGING_TIMESTAMP)' -u +%D)\" +BUILD_SHORT_DATE = \"$(shell date --date='@$(PACKAGING_TIMESTAMP)' -u +%D)\"
+BUILD_HOST = \"hostname\" +BUILD_HOST = \"buildhost\"
BUILD_USER = \"$(shell whoami)\" +BUILD_USER = \"geeko\"
CFLAGS := -Wall -Os -m32 -nostdlib CFLAGS := -Wall -Os -m32 -nostdlib