From 290df1c7bfb4e5db9cd0b26f5b97a557671e38db Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jan 24 2013 23:28:57 +0000 Subject: Rebased to version 1.7.2 Support for ICH9 host chipset (q35) on emulators Support for booting from LSI MegaRAID SAS controllers Support for using the ACPI PM timer on emulators Improved Geode VGA BIOS support. Several bug fixes --- diff --git a/.gitignore b/.gitignore index 92543c1..6dd7622 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ seabios-0.6.0.tar.gz /seabios-1.7.0.tar.gz /seabios-1.7.1.tar.gz /seabios-a810e4e7.tar.gz +/seabios-1.7.2.tar.gz diff --git a/seabios.spec b/seabios.spec index 732d77f..d185c3f 100644 --- a/seabios.spec +++ b/seabios.spec @@ -2,20 +2,14 @@ Name: seabios Version: 1.7.2 -Release: 0.1.git%{gitcommit}%{?dist} +Release: 1%{?dist} Summary: Open-source legacy BIOS implementation Group: Applications/Emulators License: LGPLv3 URL: http://www.coreboot.org/SeaBIOS -# 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 +Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz Source10: config.vga.cirrus Source11: config.vga.isavga @@ -70,7 +64,7 @@ SeaVGABIOS is an open-source VGABIOS implementation. %prep -%setup -q -n seabios-%{gitcommit} +%setup -q # Makefile changes version to include date and buildhost sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile @@ -135,6 +129,14 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios %changelog +* Thu Jan 24 2013 Cole Robinson - 1.7.2-1 +- Rebased to version 1.7.2 +- Support for ICH9 host chipset ("q35") on emulators +- Support for booting from LSI MegaRAID SAS controllers +- Support for using the ACPI PM timer on emulators +- Improved Geode VGA BIOS support. +- Several bug fixes + * Thu Dec 6 2012 Peter Robinson 1.7.1-4 - Root seabios package is noarch too because it only contains docs diff --git a/sources b/sources index b1fa9bd..e7cd3cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6efe6a160f2b5969423e97058c5bef2 seabios-a810e4e7.tar.gz +87a1b217a568d77904accb0a43535d6b seabios-1.7.2.tar.gz