From c60139742dbf5ba2b790a45da6032303b27f86b5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 22 Oct 2015 08:53:32 +0200 Subject: adapt to extraversion --- config.bios.fast | 2 +- seabios.git.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.bios.fast b/config.bios.fast index be5065c..86f2149 100644 --- a/config.bios.fast +++ b/config.bios.fast @@ -9,7 +9,7 @@ CONFIG_QEMU=y CONFIG_QEMU_HARDWARE=y CONFIG_PERMIT_UNALIGNED_PCIROM=y -CONFIG_ROM_SIZE=64 +CONFIG_ROM_SIZE=128 # processor CONFIG_XEN=n diff --git a/seabios.git.spec b/seabios.git.spec index 577575c..936cb54 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -47,7 +47,7 @@ SeaBIOS open-source VGABIOS implementation %setup -q -n %{name} %build -versionbanner="%{version}-%{release}-git-snapshot-by-kraxel.org" +extra="%{release}-git-snapshot-by-kraxel.org" function do_build() { local cfg="$1" @@ -56,8 +56,8 @@ function do_build() { rm -rf out cp "$cfg" ".config" yes "" | make oldconfig - make VERSION="$versionbanner" - make VERSION="$versionbanner" $target + make EXTRAVERSION="$extra" + make EXTRAVERSION="$extra" $target } echo "%{version}-%{release}" > .version -- cgit