From fee0d4515b620b14961dc8d6c6c11faf2c07ed2b Mon Sep 17 00:00:00 2001 From: tzing_t Date: Mon, 16 Oct 2023 11:20:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dlibvirt-7.2.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fix-libvirt-build-fail.patch | 11 +++++++++++ wireshark.spec | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 Fix-libvirt-build-fail.patch diff --git a/Fix-libvirt-build-fail.patch b/Fix-libvirt-build-fail.patch new file mode 100644 index 0000000..84c4204 --- /dev/null +++ b/Fix-libvirt-build-fail.patch @@ -0,0 +1,11 @@ +diff --git a/wireshark.pc.in b/wireshark.pc.in +index 5889178..e755614 100644 +--- a/wireshark.pc.in ++++ b/wireshark.pc.in +@@ -10,5 +10,5 @@ Description: Network Packet Dissection Library + Version: @VERSION@ + + Requires: glib-2.0, gmodule-2.0, gthread-2.0 +-Libs: -L${libdir} -lwireshark ++Libs: -L${libdir} -lwireshark -lwsutil + Cflags: -I${includedir}/wireshark diff --git a/wireshark.spec b/wireshark.spec index 9448654..087d243 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 3.6.14 -Release: 5 +Release: 6 Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -30,6 +30,7 @@ Patch13: CVE-2023-4511.patch Patch14: CVE-2023-5371.patch # https://gitlab.com/wireshark/wireshark/-/commit/197e96f05303af0340b7e626f2b15c2edbf350b0 Patch15: CVE-2023-6175.patch +Patch16: Fix-libvirt-build-fail.patch Requires: xdg-utils Requires: hicolor-icon-theme @@ -204,6 +205,9 @@ exit 0 %{_mandir}/man?/* %changelog +* Mon Oct 16 2023 zhengting -1:3.6.14-6 +- Fix libvirt build fail problem + * Tue Nov 21 2023 yaoxin - 1:3.6.14-5 - Fix CVE-2023-6175 -- Gitee