Fri Sep 14 2012 Paolo Bonzini <pbonzini@redhat.com> - 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
This commit is contained in:
Paolo Bonzini 2012-09-14 11:38:52 +02:00
parent 8accd3f836
commit 6bdc3bd35d
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/SLOF-20120217.tar.gz
/SLOF-20120731.tar.gz

View File

@ -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 <pbonzini@redhat.com> - 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 <rjones@redhat.com> - 0-0.1.git20120217
- Initial release in Fedora.

View File

@ -1 +1 @@
33afaf2333e319c65551757232cacb69 SLOF-20120217.tar.gz
0333c663c9ec84bc056205393c61d60b SLOF-20120731.tar.gz