diff --git a/Fix-libvirt-build-fail.patch b/Fix-libvirt-build-fail.patch new file mode 100644 index 0000000000000000000000000000000000000000..84c42044070775cffbafa0fc7986065cae174aa4 --- /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 944865411ad7f830f3da8b494ae7395ff6559a5d..087d243d290e62e74b47f28f40d211711ae3a485 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