Update to git snapshot for qemu 1.3 enablement
This commit is contained in:
parent
719a03160b
commit
eb168d7602
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ seabios-0.6.0.tar.gz
|
|||||||
/seabios-1.6.3.tar.gz
|
/seabios-1.6.3.tar.gz
|
||||||
/seabios-1.7.0.tar.gz
|
/seabios-1.7.0.tar.gz
|
||||||
/seabios-1.7.1.tar.gz
|
/seabios-1.7.1.tar.gz
|
||||||
|
/seabios-a810e4e7.tar.gz
|
||||||
|
17
seabios.spec
17
seabios.spec
@ -1,12 +1,21 @@
|
|||||||
|
%global gitcommit a810e4e7
|
||||||
|
|
||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.7.1
|
Version: 1.7.2
|
||||||
Release: 4%{?dist}
|
Release: 0.1.git%{gitcommit}%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
URL: http://www.coreboot.org/SeaBIOS
|
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
|
Source10: config.vga.cirrus
|
||||||
Source11: config.vga.isavga
|
Source11: config.vga.isavga
|
||||||
@ -61,7 +70,7 @@ SeaVGABIOS is an open-source VGABIOS implementation.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n seabios-%{gitcommit}
|
||||||
|
|
||||||
# Makefile changes version to include date and buildhost
|
# Makefile changes version to include date and buildhost
|
||||||
sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
|
sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user