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
|
Mon Nov 21 17:26:36 UTC 2016 - afaerber@suse.de
|
||||||
|
|
||||||
|
@ -173,7 +173,9 @@ Patch1100: ipxe-stable-buildid.patch
|
|||||||
|
|
||||||
# sgabios
|
# sgabios
|
||||||
Patch1200: sgabios-stable-buildid.patch
|
Patch1200: sgabios-stable-buildid.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{build_slof_from_source}
|
||||||
# SLOF
|
# SLOF
|
||||||
# (currently no patches)
|
# (currently no patches)
|
||||||
%endif
|
%endif
|
||||||
@ -823,15 +825,10 @@ popd
|
|||||||
pushd roms/ipxe
|
pushd roms/ipxe
|
||||||
%patch1100 -p1
|
%patch1100 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/sgabios
|
pushd roms/sgabios
|
||||||
%patch1200 -p1
|
%patch1200 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/SLOF
|
|
||||||
# (currently no patches)
|
|
||||||
popd
|
|
||||||
|
|
||||||
# as a safeguard, delete the firmware files that we intend to build
|
# as a safeguard, delete the firmware files that we intend to build
|
||||||
for i in %built_firmware_files
|
for i in %built_firmware_files
|
||||||
do
|
do
|
||||||
@ -840,6 +837,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_slof_from_source}
|
%if %{build_slof_from_source}
|
||||||
|
pushd roms/SLOF
|
||||||
|
# (currently no patches)
|
||||||
|
popd
|
||||||
rm -f pc-bios/slof.bin
|
rm -f pc-bios/slof.bin
|
||||||
%endif
|
%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
|
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
|
# sgabios
|
||||||
Patch1200: sgabios-stable-buildid.patch
|
Patch1200: sgabios-stable-buildid.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{build_slof_from_source}
|
||||||
# SLOF
|
# SLOF
|
||||||
# (currently no patches)
|
# (currently no patches)
|
||||||
%endif
|
%endif
|
||||||
@ -823,15 +825,10 @@ popd
|
|||||||
pushd roms/ipxe
|
pushd roms/ipxe
|
||||||
%patch1100 -p1
|
%patch1100 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/sgabios
|
pushd roms/sgabios
|
||||||
%patch1200 -p1
|
%patch1200 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/SLOF
|
|
||||||
# (currently no patches)
|
|
||||||
popd
|
|
||||||
|
|
||||||
# as a safeguard, delete the firmware files that we intend to build
|
# as a safeguard, delete the firmware files that we intend to build
|
||||||
for i in %built_firmware_files
|
for i in %built_firmware_files
|
||||||
do
|
do
|
||||||
@ -840,6 +837,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_slof_from_source}
|
%if %{build_slof_from_source}
|
||||||
|
pushd roms/SLOF
|
||||||
|
# (currently no patches)
|
||||||
|
popd
|
||||||
rm -f pc-bios/slof.bin
|
rm -f pc-bios/slof.bin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
10
qemu.spec.in
10
qemu.spec.in
@ -105,7 +105,9 @@ Patch1100: ipxe-stable-buildid.patch
|
|||||||
|
|
||||||
# sgabios
|
# sgabios
|
||||||
Patch1200: sgabios-stable-buildid.patch
|
Patch1200: sgabios-stable-buildid.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{build_slof_from_source}
|
||||||
# SLOF
|
# SLOF
|
||||||
# (currently no patches)
|
# (currently no patches)
|
||||||
%endif
|
%endif
|
||||||
@ -687,15 +689,10 @@ popd
|
|||||||
pushd roms/ipxe
|
pushd roms/ipxe
|
||||||
%patch1100 -p1
|
%patch1100 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/sgabios
|
pushd roms/sgabios
|
||||||
%patch1200 -p1
|
%patch1200 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd roms/SLOF
|
|
||||||
# (currently no patches)
|
|
||||||
popd
|
|
||||||
|
|
||||||
# as a safeguard, delete the firmware files that we intend to build
|
# as a safeguard, delete the firmware files that we intend to build
|
||||||
for i in %built_firmware_files
|
for i in %built_firmware_files
|
||||||
do
|
do
|
||||||
@ -704,6 +701,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_slof_from_source}
|
%if %{build_slof_from_source}
|
||||||
|
pushd roms/SLOF
|
||||||
|
# (currently no patches)
|
||||||
|
popd
|
||||||
rm -f pc-bios/slof.bin
|
rm -f pc-bios/slof.bin
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user