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:
parent
8accd3f836
commit
6bdc3bd35d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/SLOF-20120217.tar.gz
|
/SLOF-20120731.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global gittagdate 20120217
|
%global gittagdate 20120731
|
||||||
%global gittag qemu-slof-%{gittagdate}
|
%global gittag qemu-slof-%{gittagdate}
|
||||||
|
|
||||||
Name: SLOF
|
Name: SLOF
|
||||||
@ -41,7 +41,7 @@ separately. It is a dependency of qemu-system-ppc64.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CROSS="powerpc64-linux-gnu-"
|
export CROSS="powerpc64-linux-gnu-"
|
||||||
make js2x %{?_smp_mflags}
|
make qemu %{?_smp_mflags} V=2
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -58,5 +58,10 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 31 2012 Richard W.M. Jones <rjones@redhat.com> - 0-0.1.git20120217
|
||||||
- Initial release in Fedora.
|
- Initial release in Fedora.
|
||||||
|
Loading…
Reference in New Issue
Block a user