Update to git snapshot for qemu 1.3 enablement

This commit is contained in:
Cole Robinson 2012-12-17 13:17:03 -05:00
parent 719a03160b
commit eb168d7602
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ seabios-0.6.0.tar.gz
/seabios-1.6.3.tar.gz
/seabios-1.7.0.tar.gz
/seabios-1.7.1.tar.gz
/seabios-a810e4e7.tar.gz

View File

@ -1,12 +1,21 @@
%global gitcommit a810e4e7
Name: seabios
Version: 1.7.1
Release: 4%{?dist}
Version: 1.7.2
Release: 0.1.git%{gitcommit}%{?dist}
Summary: Open-source legacy BIOS implementation
Group: Applications/Emulators
License: LGPLv3
URL: http://www.coreboot.org/SeaBIOS
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
# Generated with:
# git clone git://git.seabios.org/seabios.git
# cd seabios
# git archive -o ../seabios-%{gitcommit}.tar.gz \
# --prefix seabios-%{gitcommit}/ %{gitcommit}
Source0: seabios-%{gitcommit}.tar.gz
#Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
Source10: config.vga.cirrus
Source11: config.vga.isavga
@ -61,7 +70,7 @@ SeaVGABIOS is an open-source VGABIOS implementation.
%prep
%setup -q
%setup -q -n seabios-%{gitcommit}
# Makefile changes version to include date and buildhost
sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile

View File

@ -1 +1 @@
06e5ac85b6e4e3dc078cef5bde481039 seabios-1.7.1.tar.gz
e6efe6a160f2b5969423e97058c5bef2 seabios-a810e4e7.tar.gz