SHA256
1
0
forked from pool/qemu

Accepting request 965597 from home:dfaggioli:devel:Virtualization

- Fix update_git.sh wiping all the package file of the local
  checkout while cloning the git repository on demand (in case they
  don't exist and the user as to do so).

OBS-URL: https://build.opensuse.org/request/show/965597
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=702
This commit is contained in:
2022-03-29 09:41:18 +00:00
committed by Git OBS Bridge
parent 2c8c706b6f
commit 32cbd20edb
2 changed files with 18 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
-------------------------------------------------------------------
Fri Mar 25 18:44:04 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
Tue Mar 29 09:36:34 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
- Add missing patch from a PTFs (bsc#1194938)
* Patches added:
scsi-generic-check-for-additional-SG_IO-.patch
-------------------------------------------------------------------
Fri Mar 25 17:44:06 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
Fri Mar 25 18:44:04 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
- Kill downstream patches around bifmt handling that makes
cumbersome to run multi-arch containers, and switch to the
@@ -18,6 +18,13 @@ Fri Mar 25 17:44:06 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
qemu-binfmt-conf.sh-allow-overriding-SUS.patch
qemu-binfmt-conf-use-qemu-ARCH-binfmt.patch
-------------------------------------------------------------------
Fri Mar 25 17:44:06 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
- Fix update_git.sh wiping all the package file of the local
checkout while cloning the git repository on demand (in case they
don't exist and the user as to do so).
-------------------------------------------------------------------
Thu Mar 24 11:18:54 UTC 2022 - Li Zhang <li.zhang@suse.com>