Accepting request 441455 from home:a_faerber:branches:Virtualization
Tidy SLOF patch boilerplate OBS-URL: https://build.opensuse.org/request/show/441455 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=323
This commit is contained in:
parent
155f8ab6d6
commit
d4cac1a5e0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 14:44:51 UTC 2016 - afaerber@suse.de
|
||||
|
||||
- Tidy SLOF patch boilerplate (michals)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 17:26:36 UTC 2016 - afaerber@suse.de
|
||||
|
||||
|
@ -173,7 +173,9 @@ Patch1100: ipxe-stable-buildid.patch
|
||||
|
||||
# sgabios
|
||||
Patch1200: sgabios-stable-buildid.patch
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
# SLOF
|
||||
# (currently no patches)
|
||||
%endif
|
||||
@ -823,15 +825,10 @@ popd
|
||||
pushd roms/ipxe
|
||||
%patch1100 -p1
|
||||
popd
|
||||
|
||||
pushd roms/sgabios
|
||||
%patch1200 -p1
|
||||
popd
|
||||
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
|
||||
# as a safeguard, delete the firmware files that we intend to build
|
||||
for i in %built_firmware_files
|
||||
do
|
||||
@ -840,6 +837,9 @@ done
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
rm -f pc-bios/slof.bin
|
||||
%endif
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 14:44:51 UTC 2016 - afaerber@suse.de
|
||||
|
||||
- Tidy SLOF patch boilerplate (michals)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 17:26:36 UTC 2016 - afaerber@suse.de
|
||||
|
||||
|
10
qemu.spec
10
qemu.spec
@ -173,7 +173,9 @@ Patch1100: ipxe-stable-buildid.patch
|
||||
|
||||
# sgabios
|
||||
Patch1200: sgabios-stable-buildid.patch
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
# SLOF
|
||||
# (currently no patches)
|
||||
%endif
|
||||
@ -823,15 +825,10 @@ popd
|
||||
pushd roms/ipxe
|
||||
%patch1100 -p1
|
||||
popd
|
||||
|
||||
pushd roms/sgabios
|
||||
%patch1200 -p1
|
||||
popd
|
||||
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
|
||||
# as a safeguard, delete the firmware files that we intend to build
|
||||
for i in %built_firmware_files
|
||||
do
|
||||
@ -840,6 +837,9 @@ done
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
rm -f pc-bios/slof.bin
|
||||
%endif
|
||||
|
||||
|
10
qemu.spec.in
10
qemu.spec.in
@ -105,7 +105,9 @@ Patch1100: ipxe-stable-buildid.patch
|
||||
|
||||
# sgabios
|
||||
Patch1200: sgabios-stable-buildid.patch
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
# SLOF
|
||||
# (currently no patches)
|
||||
%endif
|
||||
@ -687,15 +689,10 @@ popd
|
||||
pushd roms/ipxe
|
||||
%patch1100 -p1
|
||||
popd
|
||||
|
||||
pushd roms/sgabios
|
||||
%patch1200 -p1
|
||||
popd
|
||||
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
|
||||
# as a safeguard, delete the firmware files that we intend to build
|
||||
for i in %built_firmware_files
|
||||
do
|
||||
@ -704,6 +701,9 @@ done
|
||||
%endif
|
||||
|
||||
%if %{build_slof_from_source}
|
||||
pushd roms/SLOF
|
||||
# (currently no patches)
|
||||
popd
|
||||
rm -f pc-bios/slof.bin
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user