[seabios/f19] Revert "Rebased to version 1.7.3"

Cole Robinson crobinso at fedoraproject.org
Tue Jul 9 14:34:31 UTC 2013


commit d0d60f8f6ee6b26708d4cfca99ea0b39d5d1cd11
Author: Cole Robinson <crobinso at redhat.com>
Date:   Tue Jul 9 09:48:22 2013 -0400

    Revert "Rebased to version 1.7.3"
    
    This reverts commit f413ff36e6b04690d35ac477cc91a08c7d516b71.
    
    This update requires some coordination between seabios and qemu, so
    doesn't seem worth the effort for a stable release.

 .gitignore   |    1 -
 seabios.spec |   19 ++++++++-----------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2489e55..129132a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,3 @@ seabios-0.6.0.tar.gz
 /seabios-a810e4e7.tar.gz
 /seabios-1.7.2.tar.gz
 /seabios-1.7.2.2.tar.gz
-/seabios-1.7.3.tar.gz
diff --git a/seabios.spec b/seabios.spec
index 87b8679..3e8182d 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,5 +1,5 @@
 Name:           seabios
-Version:        1.7.3
+Version:        1.7.2.2
 Release:        1%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
@@ -7,7 +7,11 @@ Group:          Applications/Emulators
 License:        LGPLv3
 URL:            http://www.coreboot.org/SeaBIOS
 
-Source0:        http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
+# No source releases of seabios stable. To generate:
+# git clone git://git.seabios.org/seabios.git && cd seabios
+# git archive --output seabios-1.7.2.2.tar.gz --prefix seabios-1.7.2.2/ rel-1.7.2.2
+#Source0:        http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
+Source0: seabios-%{version}.tar.gz
 
 Source10:       config.vga.cirrus
 Source11:       config.vga.isavga
@@ -55,7 +59,8 @@ that a typical x86 proprietary BIOS implements.
 %package -n seavgabios-bin
 Summary: Seavgabios for x86
 Buildarch: noarch
-Obsoletes: vgabios
+Obsoletes: vgabios < vgabios-0.6c-10
+Provides: vgabios = vgabios-0.6c-10
 
 %description -n seavgabios-bin
 SeaVGABIOS is an open-source VGABIOS implementation.
@@ -127,14 +132,6 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
 
 
 %changelog
-* Mon Jul 08 2013 Cole Robinson <crobinso at redhat.com> - 1.7.3-1
-- Rebased to version 1.7.3
-- Initial support for using SeaBIOS as a UEFI CSM
-- Support for detecting and using ACPI reboot ports.
-- Non-standard floppy sizes now work again with recent QEMU versions.
-- Several bug fixes and code cleanups
-- Again fix vgabios obsoletes (bz #981147)
-
 * Mon May 27 2013 Cole Robinson <crobinso at redhat.com> - 1.7.2.2-1
 - Update to seabios stable 1.7.2.2
 - Obsolete vgabios (bz #967315)
diff --git a/sources b/sources
index 57723ac..896b848 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dabc344a2ce5daaa88fb5cdc69c3f49  seabios-1.7.3.tar.gz
+de22fc609562dd3d13909d4a402961ab  seabios-1.7.2.2.tar.gz


More information about the scm-commits mailing list