From d7b530fd5b5a8af688f75ba7370d9b6af6e076b2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 31 Jul 2018 11:53:24 -0400 Subject: [PATCH] Update to SLOF 20180621 for qemu-3.0 --- SLOF.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SLOF.spec b/SLOF.spec index a7faa44..3ea48a3 100644 --- a/SLOF.spec +++ b/SLOF.spec @@ -1,6 +1,7 @@ -%global gittagdate 20171214 +%global gittagdate 20180621 %global gittag qemu-slof-%{gittagdate} + # Disable debuginfo because it is of no use to us. %global debug_package %{nil} @@ -10,7 +11,7 @@ Name: SLOF Version: 0.1.git%{gittagdate} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Slimline Open Firmware License: BSD @@ -74,6 +75,9 @@ cp -a boot_rom.bin %{buildroot}%{_datadir}/qemu/slof.bin %changelog +* Tue Jul 31 2018 Cole Robinson - 0.1.git20180621-1 +- Update to SLOF 20180621 for qemu-3.0 + * Thu Jul 19 2018 Richard W.M. Jones - 0.1.git20171214-4 - BR gcc, needed even when cross-compiling to make a build tool.