remove unneeded iasl build dependency
This commit is contained in:
parent
8b4ac25a2e
commit
4074b5c6ba
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.16.1
|
Version: 1.16.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
@ -32,7 +32,7 @@ Source23: config.seabios-microvm
|
|||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: python3 iasl
|
BuildRequires: python3
|
||||||
%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
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
@ -160,6 +160,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.16.1-2
|
||||||
|
- remove unneeded iasl build dependency
|
||||||
|
|
||||||
* Mon Nov 28 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.16.1-1
|
* Mon Nov 28 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.16.1-1
|
||||||
- Update to 1.16.1
|
- Update to 1.16.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user