Update to 0.6.0 stable so we can drop patches
This commit is contained in:
parent
1ccf500292
commit
ee29b99c36
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
seabios-0.5.1.tar.gz
|
seabios-0.5.1.tar.gz
|
||||||
|
seabios-0.6.0.tar.gz
|
||||||
|
14
seabios.spec
14
seabios.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user