diff --git a/.gitignore b/.gitignore index 69db142..bbc7da6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ seabios-0.6.0.tar.gz /seabios-0.6.2.tar.gz /seabios-1.6.3.tar.gz /seabios-1.7.0.tar.gz +/seabios-1.7.1.tar.gz diff --git a/seabios.spec b/seabios.spec index 0006c5c..a341ef0 100644 --- a/seabios.spec +++ b/seabios.spec @@ -1,12 +1,12 @@ Name: seabios -Version: 1.7.0 -Release: 4%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Open-source legacy BIOS implementation Group: Applications/Emulators License: LGPLv3 URL: http://www.coreboot.org/SeaBIOS -Source0: http://www.linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz +Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz BuildRequires: python iasl ExclusiveArch: %{ix86} x86_64 @@ -81,6 +81,14 @@ install -m 0644 out/bios.bin $RPM_BUILD_ROOT%{_datadir}/seabios %changelog +* Wed Sep 05 2012 Cole Robinson - 1.7.1-1 +- Rebased to version 1.7.1 +- Initial support for booting from USB attached scsi (USB UAS) drives +- USB EHCI 64bit controller support +- USB MSC multi-LUN device support +- Support for booting from LSI SCSI controllers on emulators +- Support for booting from AMD PCscsi controllers on emulators + * Mon Aug 13 2012 Richard W.M. Jones - 1.7.0-4 - Modernise and tidy up the RPM. - Allow debug versions of SeaBIOS to be built easily. diff --git a/sources b/sources index c5bdabb..38f4d52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3a6881a69a389e0463ce4e52d01c475 seabios-1.7.0.tar.gz +06e5ac85b6e4e3dc078cef5bde481039 seabios-1.7.1.tar.gz