From c4e00abaf8689b83da4aaa24086c9e65792ecec0 Mon Sep 17 00:00:00 2001 From: Zhang Bo Date: Fri, 30 Sep 2022 15:43:47 +0800 Subject: [PATCH] spec: fix wrong patch name net-tulip-Restrict-DMA-engine-to-memories.patch was named with CVE-XX surfixes, the spec remains that old name, change the name there. Signed-off-by: Zhang Bo (cherry picked from commit 9e73b27bd80a240f37eb04c17d593c3f83eab6b6) --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 675ac730..a01f9352 100644 --- a/qemu.spec +++ b/qemu.spec @@ -304,7 +304,7 @@ Patch0291: tests-qtest-Add-fuzz-lsi53c895a-test.patch Patch0292: scsi-lsi53c895a-fix-use-after-free-in-lsi_do_msgout-.patch Patch0293: scsi-lsi53c895a-really-fix-use-after-free-in-lsi_do_.patch Patch0294: hw-usb-hcd-xhci-Fix-unbounded-loop-in-xhci_ring_chai.patch -Patch0295: net-tulip-Restrict-DMA-engine-to-memories-CVE-2022-2.patch +Patch0295: net-tulip-Restrict-DMA-engine-to-memories.patch BuildRequires: flex BuildRequires: gcc -- Gitee