* Mon Jun 28 2021 Miroslav Rezanina <mrezanin@redhat.com> - 1.14.0-5
- seabios-Disable-power-support.patch [bz#1951027] - Resolves: bz#1951027 (SeaBios no longer needed for ppc64)
This commit is contained in:
parent
c572db1992
commit
e6767ea8f8
14
seabios.spec
14
seabios.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: seabios
|
||||
Version: 1.14.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Open-source legacy BIOS implementation
|
||||
|
||||
License: LGPLv3
|
||||
@ -45,7 +45,7 @@ BuildRequires: python3 iasl
|
||||
BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
|
||||
Buildarch: noarch
|
||||
%else
|
||||
ExclusiveArch: x86_64 %{power64}
|
||||
ExclusiveArch: x86_64
|
||||
%endif
|
||||
|
||||
Requires: %{name}-bin = %{version}-%{release}
|
||||
@ -97,7 +97,6 @@ SeaVGABIOS is an open-source VGABIOS implementation.
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
%ifarch x86_64
|
||||
%define _lto_cflags %{nil}
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
mkdir binaries
|
||||
@ -171,11 +170,12 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
||||
%dir %{_datadir}/seavgabios/
|
||||
%{_datadir}/seavgabios/vgabios*.bin
|
||||
|
||||
# endif for %ifarch x86_64 {power64}
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2021 Miroslav Rezanina <mrezanin@redhat.com> - 1.14.0-5
|
||||
- seabios-Disable-power-support.patch [bz#1951027]
|
||||
- Resolves: bz#1951027
|
||||
(SeaBios no longer needed for ppc64)
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.0-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user