[seabios] Update to git snapshot for qemu 1.3 enablement

Cole Robinson crobinso at fedoraproject.org
Mon Dec 17 18:17:08 UTC 2012


commit eb168d7602912802d2ef2f7aadece5ce7bfee0fb
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Dec 17 13:17:03 2012 -0500

    Update to git snapshot for qemu 1.3 enablement

 .gitignore   |    1 +
 seabios.spec |   17 +++++++++++++----
 sources      |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbc7da6..92543c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ seabios-0.6.0.tar.gz
 /seabios-1.6.3.tar.gz
 /seabios-1.7.0.tar.gz
 /seabios-1.7.1.tar.gz
+/seabios-a810e4e7.tar.gz
diff --git a/seabios.spec b/seabios.spec
index bb3c8b1..732d77f 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,12 +1,21 @@
+%global gitcommit a810e4e7
+
 Name:           seabios
-Version:        1.7.1
-Release:        4%{?dist}
+Version:        1.7.2
+Release:        0.1.git%{gitcommit}%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
 Group:          Applications/Emulators
 License:        LGPLv3
 URL:            http://www.coreboot.org/SeaBIOS
-Source0:        http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
+
+# Generated with:
+#   git clone git://git.seabios.org/seabios.git
+#   cd seabios
+#   git archive -o ../seabios-%{gitcommit}.tar.gz \
+#       --prefix seabios-%{gitcommit}/ %{gitcommit}
+Source0:        seabios-%{gitcommit}.tar.gz
+#Source0:        http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
 
 Source10:       config.vga.cirrus
 Source11:       config.vga.isavga
@@ -61,7 +70,7 @@ SeaVGABIOS is an open-source VGABIOS implementation.
 
 
 %prep
-%setup -q
+%setup -q -n seabios-%{gitcommit}
 
 # Makefile changes version to include date and buildhost
 sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
diff --git a/sources b/sources
index 38f4d52..b1fa9bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06e5ac85b6e4e3dc078cef5bde481039  seabios-1.7.1.tar.gz
+e6efe6a160f2b5969423e97058c5bef2  seabios-a810e4e7.tar.gz


More information about the scm-commits mailing list