parent
72a8047473
commit
856cacb040
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ seabios-0.6.0.tar.gz
|
|||||||
/seabios-1.10.2.tar.gz
|
/seabios-1.10.2.tar.gz
|
||||||
/seabios-1.11.0.tar.gz
|
/seabios-1.11.0.tar.gz
|
||||||
/seabios-1.11.1.tar.gz
|
/seabios-1.11.1.tar.gz
|
||||||
|
/seabios-1.11.2.tar.gz
|
||||||
|
15
seabios.spec
15
seabios.spec
@ -3,15 +3,19 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.11.1
|
Version: 1.11.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
URL: http://www.coreboot.org/SeaBIOS
|
URL: http://www.coreboot.org/SeaBIOS
|
||||||
|
|
||||||
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
|
# 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
|
||||||
|
|
||||||
Patch0001: 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch
|
Patch0001: 0001-Workaround-for-a-win8.1-32-S4-resume-bug.patch
|
||||||
Patch0002: 0002-reserve-more-memory-on-fseg.patch
|
Patch0002: 0002-reserve-more-memory-on-fseg.patch
|
||||||
@ -28,6 +32,7 @@ Source17: config.seabios-128k
|
|||||||
Source18: config.seabios-256k
|
Source18: config.seabios-256k
|
||||||
Source19: config.vga.virtio
|
Source19: config.vga.virtio
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: python3 iasl
|
BuildRequires: python3 iasl
|
||||||
%if 0%{?cross:1}
|
%if 0%{?cross:1}
|
||||||
BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
|
BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
|
||||||
@ -154,6 +159,10 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2018 Cole Robinson <crobinso@redhat.com> - 1.11.2-1
|
||||||
|
- Rebased to version 1.11.2
|
||||||
|
- Add BuildRequires: gcc (bz #1606326)
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (seabios-1.11.1.tar.gz) = 12de3784447388106bb05a06d1295fd0732a98f3e7732b0fe759032da86f52d26b48952e3264988ec5dd0e0c951fff21e9240083b38346d3b4d17f77ad6792b6
|
SHA512 (seabios-1.11.2.tar.gz) = a1453971861adb20a96260f711e9ef106903c99e621871eedb9d290b568280382bdc191355c8474f76b51919b42e1b379af14bcbfbd607b47f96a1dfca7e48f7
|
||||||
|
Loading…
Reference in New Issue
Block a user