* Wed Dec 13 2023 Miroslav Rezanina <mrezanin@redhat.com> - 1.16.3-1
- Rebase to 1.16.3 [RHEL-19239] - Removed vgabios-qxl.bin [RHEL-383] - Resolves: RHEL-19239 (Rebase seabios to 1.16.3) - Resolves: RHEL-383 (remove vgabios-qxl.bin from seavgabios in rhel9)
This commit is contained in:
parent
115fc88a65
commit
58ec14382a
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ seabios-0.6.0.tar.gz
|
|||||||
/seabios-1.15.0.tar.gz
|
/seabios-1.15.0.tar.gz
|
||||||
/seabios-1.16.0.tar.gz
|
/seabios-1.16.0.tar.gz
|
||||||
/seabios-1.16.1.tar.gz
|
/seabios-1.16.1.tar.gz
|
||||||
|
/seabios-1.16.3.tar.gz
|
||||||
|
18
README.rst
Normal file
18
README.rst
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
===================
|
||||||
|
seabios development
|
||||||
|
===================
|
||||||
|
|
||||||
|
seabios is maintained in a `source tree`_ rather than directly in dist-git
|
||||||
|
using packit service that provides way to develope using regular source code
|
||||||
|
structure and provides way to generate SRPM and build using koji service.
|
||||||
|
|
||||||
|
Developers deliver all changes to source-git using merge request. Only maintainers
|
||||||
|
will be pushing changes sent to source-git to dist-git.
|
||||||
|
|
||||||
|
Each release in dist-git is tagged in the source repository so you can easily
|
||||||
|
check out the source tree for a build. The tags are in the format
|
||||||
|
name-version-release, but note release doesn't contain the dist tag since the
|
||||||
|
source can be built in different build roots (Fedora, CentOS, etc.)
|
||||||
|
|
||||||
|
.. _source tree: https://gitlab.com/redhat/centos-stream/src/seabios
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
CONFIG_BUILD_VGABIOS=y
|
|
||||||
CONFIG_VGA_BOCHS=y
|
|
||||||
CONFIG_VGA_PCI=y
|
|
||||||
CONFIG_OVERRIDE_PCI_ID=y
|
|
||||||
CONFIG_VGA_VID=0x1b36
|
|
||||||
CONFIG_VGA_DID=0x0100
|
|
15
seabios.spec
15
seabios.spec
@ -1,16 +1,15 @@
|
|||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.16.1
|
Version: 1.16.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
URL: https://www.coreboot.org/SeaBIOS
|
URL: https://www.coreboot.org/SeaBIOS
|
||||||
|
|
||||||
Source0: https://code.coreboot.org/p/seabios/downloads/get/seabios-1.16.1.tar.gz
|
Source0: https://code.coreboot.org/p/seabios/downloads/get/seabios-1.16.3.tar.gz
|
||||||
|
|
||||||
|
|
||||||
Source10: config.vga-cirrus
|
Source10: config.vga-cirrus
|
||||||
Source12: config.vga-qxl
|
|
||||||
Source13: config.vga-stdvga
|
Source13: config.vga-stdvga
|
||||||
Source18: config.seabios-256k
|
Source18: config.seabios-256k
|
||||||
Source19: config.vga-virtio
|
Source19: config.vga-virtio
|
||||||
@ -105,7 +104,7 @@ build_bios %{_sourcedir}/config.seabios-256k bios.bin bios-256k.bin
|
|||||||
|
|
||||||
|
|
||||||
# seavgabios
|
# seavgabios
|
||||||
%global vgaconfigs cirrus qxl stdvga virtio ramfb bochs-display
|
%global vgaconfigs cirrus stdvga virtio ramfb bochs-display
|
||||||
for config in %{vgaconfigs}; do
|
for config in %{vgaconfigs}; do
|
||||||
build_bios %{_sourcedir}/config.vga-${config} \
|
build_bios %{_sourcedir}/config.vga-${config} \
|
||||||
vgabios.bin vgabios-${config}.bin out/vgabios.bin
|
vgabios.bin vgabios-${config}.bin out/vgabios.bin
|
||||||
@ -132,6 +131,14 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
|||||||
%{_datadir}/seavgabios/vgabios*.bin
|
%{_datadir}/seavgabios/vgabios*.bin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 13 2023 Miroslav Rezanina <mrezanin@redhat.com> - 1.16.3-1
|
||||||
|
- Rebase to 1.16.3 [RHEL-19239]
|
||||||
|
- Removed vgabios-qxl.bin [RHEL-383]
|
||||||
|
- Resolves: RHEL-19239
|
||||||
|
(Rebase seabios to 1.16.3)
|
||||||
|
- Resolves: RHEL-383
|
||||||
|
(remove vgabios-qxl.bin from seavgabios in rhel9)
|
||||||
|
|
||||||
* Wed Dec 07 2022 Miroslav Rezanina <mrezanin@redhat.com> - 1.16.1-1
|
* Wed Dec 07 2022 Miroslav Rezanina <mrezanin@redhat.com> - 1.16.1-1
|
||||||
- Rebase to 1.16.1 [bz#2149280]
|
- Rebase to 1.16.1 [bz#2149280]
|
||||||
- Resolves: bz#2149280
|
- Resolves: bz#2149280
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (seabios-1.16.1.tar.gz) = 3e994742469a60bcc4f915a2be32db9011df21366a096f4da4616b77e5d1886a1888d377864e7cd92c924f02ddabb4dc9ebf6a860183ca6a10d52cb87964447e
|
SHA512 (seabios-1.16.3.tar.gz) = 103aac0a7a890a681edb8950fee72d419899e20e8b06e2dd382987f98d3faf362789fca5aa4efabe27c4720e53ee19e0ae246d7aca2482b6661fa119efac648c
|
||||||
|
Loading…
Reference in New Issue
Block a user