Fix pasto in CONFIG_DEBUG_LEVEL.
This commit is contained in:
parent
184d7f274f
commit
63a61a0016
@ -1,6 +1,6 @@
|
|||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.7.3.1
|
Version: 1.7.3.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -73,7 +73,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
mkdir binaries
|
mkdir binaries
|
||||||
|
|
||||||
# seabios
|
# 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_QEMU_HARDWARE=y' >> config.template
|
||||||
echo 'CONFIG_PERMIT_UNALIGNED_PCIROM=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
|
%changelog
|
||||||
|
* Thu Nov 14 2013 Paolo Bonzini <pbonzini@redhat.com> - 1.7.3.1-3
|
||||||
|
- Fix pasto in CONFIG_DEBUG_LEVEL.
|
||||||
|
|
||||||
* Thu Nov 14 2013 Paolo Bonzini <pbonzini@redhat.com> - 1.7.3.1-2
|
* Thu Nov 14 2013 Paolo Bonzini <pbonzini@redhat.com> - 1.7.3.1-2
|
||||||
- Compile as all three of BIOS, CSM and CoreBoot payload.
|
- Compile as all three of BIOS, CSM and CoreBoot payload.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user