[seabios] Fix pasto in CONFIG_DEBUG_LEVEL.

bonzini bonzini at fedoraproject.org
Fri Nov 15 14:04:29 UTC 2013


commit 63a61a0016d4d8a99084a3e47f777cf15e9c8b5d
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Fri Nov 15 15:04:47 2013 +0100

    Fix pasto in CONFIG_DEBUG_LEVEL.

 seabios.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index 2836875..b518460 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,6 +1,6 @@
 Name:           seabios
 Version:        1.7.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
 Group:          Applications/Emulators
@@ -73,7 +73,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
 mkdir binaries
 
 # seabios
-echo 'CONFIG_DEBUG_LEVEL=%{debug_level},g' > config.template
+echo 'CONFIG_DEBUG_LEVEL=%{debug_level}' > config.template
 echo 'CONFIG_QEMU_HARDWARE=y' >> config.template
 echo 'CONFIG_PERMIT_UNALIGNED_PCIROM=y' >> config.template
 
@@ -140,6 +140,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
 
 
 %changelog
+* Thu Nov 14 2013 Paolo Bonzini <pbonzini at redhat.com> - 1.7.3.1-3
+- Fix pasto in CONFIG_DEBUG_LEVEL.
+
 * Thu Nov 14 2013 Paolo Bonzini <pbonzini at redhat.com> - 1.7.3.1-2
 - Compile as all three of BIOS, CSM and CoreBoot payload.
 


More information about the scm-commits mailing list