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
This commit is contained in:
Cole Robinson 2013-01-24 18:28:57 -05:00
parent eb168d7602
commit 290df1c7bf
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <crobinso@redhat.com> - 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 <pbrobinson@fedoraproject.org> 1.7.1-4
- Root seabios package is noarch too because it only contains docs

View File

@ -1 +1 @@
e6efe6a160f2b5969423e97058c5bef2 seabios-a810e4e7.tar.gz
87a1b217a568d77904accb0a43535d6b seabios-1.7.2.tar.gz