Rebased to seabios 1.11.1
This commit is contained in:
parent
8b3336860b
commit
61626542e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ seabios-0.6.0.tar.gz
|
||||
/seabios-1.10.1.tar.gz
|
||||
/seabios-1.10.2.tar.gz
|
||||
/seabios-1.11.0.tar.gz
|
||||
/seabios-1.11.1.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -22,7 +22,7 @@
|
||||
OBJCOPY=$(CROSS_PREFIX)objcopy
|
||||
OBJDUMP=$(CROSS_PREFIX)objdump
|
||||
STRIP=$(CROSS_PREFIX)strip
|
||||
-PYTHON=python
|
||||
+PYTHON=python3
|
||||
CPP=cpp
|
||||
IASL:=iasl
|
||||
LD32BIT_FLAG:=-melf_i386
|
15
seabios.spec
15
seabios.spec
@ -3,8 +3,8 @@
|
||||
%endif
|
||||
|
||||
Name: seabios
|
||||
Version: 1.11.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Open-source legacy BIOS implementation
|
||||
|
||||
Group: Applications/Emulators
|
||||
@ -12,10 +12,10 @@ License: LGPLv3
|
||||
URL: http://www.coreboot.org/SeaBIOS
|
||||
|
||||
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
|
||||
Patch0001: python3.patch
|
||||
Patch0004: 0004-Workaround-for-a-win8.1-32-S4-resume-bug.patch
|
||||
Patch0005: 0005-reserve-more-memory-on-fseg.patch
|
||||
Patch0006: 0006-vgabios-Reorder-video-modes-to-work-around-a-Windows.patch
|
||||
|
||||
Patch0001: 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch
|
||||
Patch0002: 0002-reserve-more-memory-on-fseg.patch
|
||||
Patch0003: 0003-vgabios-Reorder-video-modes-to-work-around-a-Windows.patch
|
||||
|
||||
Source10: config.vga.cirrus
|
||||
Source11: config.vga.isavga
|
||||
@ -154,6 +154,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 22 2018 Cole Robinson <crobinso@redhat.com> - 1.11.1-1
|
||||
- Rebased to version 1.11.1
|
||||
|
||||
* Mon Mar 19 2018 Paolo Bonzini <pbonzini@redhat.com> - 1.11.0-2
|
||||
- Build with Python 3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (seabios-1.11.0.tar.gz) = cae79c720bfbba3321777bbc6d5bde432fe56e2ba8f1be8acfebbde0bd453a58e889f5fa24db6055dca0a3a56d35b907761723ea35ef248c5f812129d0a27b77
|
||||
SHA512 (seabios-1.11.1.tar.gz) = 12de3784447388106bb05a06d1295fd0732a98f3e7732b0fe759032da86f52d26b48952e3264988ec5dd0e0c951fff21e9240083b38346d3b4d17f77ad6792b6
|
||||
|
Loading…
Reference in New Issue
Block a user