Rebase to version 1.12.0 for qemu-3.1.0
This commit is contained in:
parent
856cacb040
commit
7d20ee41a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ seabios-0.6.0.tar.gz
|
||||
/seabios-1.11.0.tar.gz
|
||||
/seabios-1.11.1.tar.gz
|
||||
/seabios-1.11.2.tar.gz
|
||||
/seabios-1.12.0.tar.gz
|
||||
|
11
seabios.spec
11
seabios.spec
@ -3,7 +3,7 @@
|
||||
%endif
|
||||
|
||||
Name: seabios
|
||||
Version: 1.11.2
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open-source legacy BIOS implementation
|
||||
|
||||
@ -11,11 +11,7 @@ Group: Applications/Emulators
|
||||
License: LGPLv3
|
||||
URL: http://www.coreboot.org/SeaBIOS
|
||||
|
||||
# Generated with:
|
||||
# git archive --prefix seabios-1.11.2/ --output seabios-1.11.2.tar.gz \
|
||||
# rel-1.11.2
|
||||
#Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
|
||||
Source0: seabios-%{version}.tar.gz
|
||||
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0001: 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch
|
||||
Patch0002: 0002-reserve-more-memory-on-fseg.patch
|
||||
@ -159,6 +155,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 17 2018 Cole Robinson <crobinso@redhat.com> - 1.12.0-1
|
||||
- Rebase to version 1.12.0 for qemu-3.1.0
|
||||
|
||||
* Tue Jul 24 2018 Cole Robinson <crobinso@redhat.com> - 1.11.2-1
|
||||
- Rebased to version 1.11.2
|
||||
- Add BuildRequires: gcc (bz #1606326)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (seabios-1.11.2.tar.gz) = a1453971861adb20a96260f711e9ef106903c99e621871eedb9d290b568280382bdc191355c8474f76b51919b42e1b379af14bcbfbd607b47f96a1dfca7e48f7
|
||||
SHA512 (seabios-1.12.0.tar.gz) = e52c5363e5bb37b5286e55545aa06bd126218f9d0e3a06ac2e189de68fe3de3256c11ca1bb13357a9c384d7e3af6284083ff3aa587688b5de04ef11b97bdfa27
|
||||
|
Loading…
Reference in New Issue
Block a user