From 6bdc3bd35defb43522faee3284344bc322d7ce8c Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sep 14 2012 09:38:52 +0000 Subject: Fri Sep 14 2012 Paolo Bonzini - 0-0.1.git20120731 - SLOF packages is very out of date with respect to what qemu expects (bug #855246) - SLOF package builds wrong version of SLOF (bug #855236) - build verbosely --- diff --git a/.gitignore b/.gitignore index 9a9f33a..1c5e4d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/SLOF-20120217.tar.gz +/SLOF-20120731.tar.gz diff --git a/SLOF.spec b/SLOF.spec index d143e7d..fb8286e 100644 --- a/SLOF.spec +++ b/SLOF.spec @@ -1,4 +1,4 @@ -%global gittagdate 20120217 +%global gittagdate 20120731 %global gittag qemu-slof-%{gittagdate} Name: SLOF @@ -41,7 +41,7 @@ separately. It is a dependency of qemu-system-ppc64. %build export CROSS="powerpc64-linux-gnu-" -make js2x %{?_smp_mflags} +make qemu %{?_smp_mflags} V=2 %install @@ -58,5 +58,10 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin %changelog +* Fri Sep 14 2012 Paolo Bonzini - 0-0.1.git20120731 +- SLOF packages is very out of date with respect to what qemu expects (bug #855246) +- SLOF package builds wrong version of SLOF (bug #855236) +- build verbosely + * Tue Jul 31 2012 Richard W.M. Jones - 0-0.1.git20120217 - Initial release in Fedora. diff --git a/sources b/sources index e39a8c6..c1959a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33afaf2333e319c65551757232cacb69 SLOF-20120217.tar.gz +0333c663c9ec84bc056205393c61d60b SLOF-20120731.tar.gz