diff --git a/wireshark.spec b/wireshark.spec index e927c9c15c3e0f87eb383490848f8ed480cc3634..9ce7ee3e40a3552702db446514c5b8bea1bcdd72 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -4,7 +4,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 4.2.8 -Release: 2 +Release: 3 Epoch: 1 License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Url: http://www.wireshark.org/ @@ -96,7 +96,6 @@ and plugins. %build %cmake \ - -S. -B%{_vpath_builddir} \ -G "Unix Makefiles" \ -DDISABLE_WERROR=ON \ -DBUILD_wireshark=ON \ @@ -177,6 +176,9 @@ fi %{_mandir}/man?/* %changelog +* Tue Nov 05 2024 Funda Wang - 1:4.2.8-3 +- adopt to cmake macro change + * Mon Oct 28 2024 Funda Wang - 1:4.2.8-2 - adopt to cmake macro change