diff --git a/.gitignore b/.gitignore index bbc7da6..92543c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/seabios.spec b/seabios.spec index bb3c8b1..732d77f 100644 --- a/seabios.spec +++ b/seabios.spec @@ -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 diff --git a/sources b/sources index 38f4d52..b1fa9bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06e5ac85b6e4e3dc078cef5bde481039 seabios-1.7.1.tar.gz +e6efe6a160f2b5969423e97058c5bef2 seabios-a810e4e7.tar.gz