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:
Andreas Färber 2016-11-22 16:55:16 +00:00 committed by Git OBS Bridge
parent e253c30b5a
commit 00921ac734
5 changed files with 25 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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