Update to version shipped with qemu 1.5

This commit is contained in:
Cole Robinson 2013-05-21 10:33:26 -04:00
parent 4d88c27ff6
commit 91f32dede4
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
%global gittagdate 20121018 %global gittagdate 20130430
%global gittag qemu-slof-%{gittagdate} %global gittag qemu-slof-%{gittagdate}
Name: SLOF Name: SLOF
@ -12,7 +12,7 @@ BuildArch: noarch
# There are no upstream tarballs. To prepare a tarball, do: # There are no upstream tarballs. To prepare a tarball, do:
# #
# git clone git://github.com/dgibson/SLOF.git # git clone git://github.com/aik/SLOF.git
# cd SLOF # cd SLOF
# git archive -o ../SLOF-%{gittagdate}.tar.gz \ # git archive -o ../SLOF-%{gittagdate}.tar.gz \
# --prefix=SLOF-%{gittagdate}/ %{gittag} # --prefix=SLOF-%{gittagdate}/ %{gittag}
@ -58,6 +58,9 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin
%changelog %changelog
* Tue May 21 2013 Cole Robinson <crobinso@redhat.com> - 0.1.git20130430-1
- Update to version shipped with qemu 1.5
* Tue Feb 19 2013 Cole Robinson <crobinso@redhat.com> 0.1.git20121018-1 * Tue Feb 19 2013 Cole Robinson <crobinso@redhat.com> 0.1.git20121018-1
- Update to version shipped with qemu 1.4 - Update to version shipped with qemu 1.4

View File

@ -1 +1 @@
3a97d48c024172973c979308a45f52ed SLOF-20121018.tar.gz 56049b94c8933533695d3308af3218c6 SLOF-20130430.tar.gz