修复libvirt-7.2.0版本构建失败问题

This commit is contained in:
tzing_t 2023-10-16 11:20:51 +00:00
parent 9597f94e0b
commit fee0d4515b
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
Summary: Network traffic analyzer Summary: Network traffic analyzer
Name: wireshark Name: wireshark
Version: 3.6.14 Version: 3.6.14
Release: 5 Release: 6
Epoch: 1 Epoch: 1
License: GPL+ License: GPL+
Url: http://www.wireshark.org/ Url: http://www.wireshark.org/
@ -30,6 +30,7 @@ Patch13: CVE-2023-4511.patch
Patch14: CVE-2023-5371.patch Patch14: CVE-2023-5371.patch
# https://gitlab.com/wireshark/wireshark/-/commit/197e96f05303af0340b7e626f2b15c2edbf350b0 # https://gitlab.com/wireshark/wireshark/-/commit/197e96f05303af0340b7e626f2b15c2edbf350b0
Patch15: CVE-2023-6175.patch Patch15: CVE-2023-6175.patch
Patch16: Fix-libvirt-build-fail.patch
Requires: xdg-utils Requires: xdg-utils
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
@ -204,6 +205,9 @@ exit 0
%{_mandir}/man?/* %{_mandir}/man?/*
%changelog %changelog
* Mon Oct 16 2023 zhengting <zhengting13@huawei.com> -1:3.6.14-6
- Fix libvirt build fail problem
* Tue Nov 21 2023 yaoxin <yao_xin001@hoperun.com> - 1:3.6.14-5 * Tue Nov 21 2023 yaoxin <yao_xin001@hoperun.com> - 1:3.6.14-5
- Fix CVE-2023-6175 - Fix CVE-2023-6175