|
|
|
@ -2,17 +2,16 @@
|
|
|
|
|
%define cross 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global hash cbaee52
|
|
|
|
|
%global date 20170427
|
|
|
|
|
%global hash 72f39d4
|
|
|
|
|
%global date 20180715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: sgabios
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.%{date}git
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: Serial graphics BIOS option rom
|
|
|
|
|
|
|
|
|
|
Group: Applications/Emulators
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/qemu/sgabios
|
|
|
|
|
# There are no upstream releases. This archive is prepared as follows:
|
|
|
|
@ -23,7 +22,6 @@ URL: https://github.com/qemu/sgabios
|
|
|
|
|
# date=`git log -1 --format='%cd' --date=short | tr -d -`
|
|
|
|
|
# git archive --prefix sgabios-${date}-git${hash}/ ${hash} | xz -7e > ../openbios-${date}-git${hash}.tar.xz
|
|
|
|
|
Source0: sgabios-%{date}-git%{hash}.tar.xz
|
|
|
|
|
Patch0: sgabios-hostcc.patch
|
|
|
|
|
|
|
|
|
|
%if 0%{?cross}
|
|
|
|
|
BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
|
|
|
|
@ -31,6 +29,8 @@ Buildarch: noarch
|
|
|
|
|
%else
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-bin = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -89,16 +89,36 @@ install -m 0644 sgabios.bin $RPM_BUILD_ROOT%{_datadir}/sgabios
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:0.20170427git-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.20180715git-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2019 Danilo de Paula <ddepaula@redhat.com> - 1:0.20170427git-3
|
|
|
|
|
- Rebuild all virt packages to fix RHEL's upgrade path
|
|
|
|
|
- Resolves: rhbz#1695587
|
|
|
|
|
(Ensure modular RPM upgrade path)
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.20180715git-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Danilo de Paula <ddepaula@redhat.com> - 1:0.20170427git-2
|
|
|
|
|
- Trigger a new sgabios build
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20180715git-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20180715git-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20180715git-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20180715git-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20180715git-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 31 2018 Cole Robinson <crobinso@redhat.com> - 1:0.20180715.git-1
|
|
|
|
|
- Update to qemu sgabios 72f39d4
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Paolo Bonzini <pbonzini@redhat.com> - 1:0.20170427git-3
|
|
|
|
|
- Add explicit BuildRequires for GCC (Resolves: #1606338)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.20170427git-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Mar 25 2018 Cole Robinson <crobinso@redhat.com> - 1:0.20170427git-1
|
|
|
|
|
- Switch to qemu sgabios repo, which has an extra bugfix
|
|
|
|
|