Update to 0.6.0 stable so we can drop patches

This commit is contained in:
Justin M. Forbes 2010-08-10 11:15:01 -05:00
parent 1ccf500292
commit ee29b99c36
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
seabios-0.5.1.tar.gz seabios-0.5.1.tar.gz
seabios-0.6.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: seabios Name: seabios
Version: 0.5.1 Version: 0.6.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Open-source legacy BIOS implementation Summary: Open-source legacy BIOS implementation
Group: Applications/Emulators Group: Applications/Emulators
@ -8,10 +8,6 @@ License: LGPLv3
URL: http://www.coreboot.org/SeaBIOS URL: http://www.coreboot.org/SeaBIOS
Source0: http://linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz Source0: http://linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz
# Patches from git 0.5.1-stable branch
Patch01: 0001-Go-back-to-using-0xf0000000-for-PCI-memory-start.patch
Patch02: 0002-Fix-PkgLength-calculation-for-the-SSDT.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python BuildRequires: python
@ -42,9 +38,6 @@ that a typical x86 proprietary BIOS implements.
%prep %prep
%setup -q %setup -q
%patch01 -p1
%patch02 -p1
# 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
@ -81,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Aug 10 2010 Justin M. Forbes <jforbes@redhat.com> 0.6.0-1
- Update seabios to latest stable so we can drop patches.
* Tue Apr 20 2010 Justin M. Forbes <jforbes@redhat.com> 0.5.1-2 * Tue Apr 20 2010 Justin M. Forbes <jforbes@redhat.com> 0.5.1-2
- Ugly hacks to make package noarch and available for arch that cannot build it. - Ugly hacks to make package noarch and available for arch that cannot build it.
- Disable useless debuginfo - Disable useless debuginfo

View File

@ -1 +1 @@
f62dfb05200141ea71ff69e794078744 seabios-0.5.1.tar.gz 9f79219e3a8a8bca923e390e9d45d0b9 seabios-0.6.0.tar.gz