Pump up version to 0.8

Signed-off-by: Alek Du <[email protected]>
diff --git a/Makefile b/Makefile
index d6d69fa..a2c0301 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@
 	rm -rf *.o *.bin *.elf *.bz2 *.rpm
 
 source:bootstub.c head.S VERSION
-	git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
+	git archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
 
 rpm:source
 	cp bootstub.spec /usr/src/redhat/SPECS/
diff --git a/bootstub.spec b/bootstub.spec
index 786cb52..f3f6411 100644
--- a/bootstub.spec
+++ b/bootstub.spec
@@ -1,6 +1,6 @@
 Summary: this package provides bootstub binary for mrst power on
 Name: bootstub
-Version: 0.5
+Version: 0.8
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Shells
@@ -28,7 +28,10 @@
 /boot/bootstub
 
 %changelog
-* Thu Jun 04 2008 Alek Du <[email protected]> - 0.7
+* Tue Aug 25 2009 Feng Tang <[email protected]> - 0.8
+- Fix SFI mmio exporting
+- changed default spi clock to 100mhz
+* Thu Jun 04 2009 Alek Du <[email protected]> - 0.7
 - build e820 table (by [email protected])
 - add SPI controller selection flag
 * Tue May 12 2009 Alek Du <[email protected]> - 0.6