From 1b62c53f56081b7aa408757e3a18b2994347207c Mon Sep 17 00:00:00 2001 From: John Thacker Date: Wed, 27 Jul 2022 08:36:55 -0400 Subject: packaging: Add Qt5Concurrent to SUSE BuildRequires Qt5Concurrent is needed since 0438fca96b11bd299d92aa59d2d9e66e769d329b Add it to the spec file requirements, since it's a separate package on openSUSE. --- packaging/rpm/wireshark.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in index a7018bab61..f7d1812940 100644 --- a/packaging/rpm/wireshark.spec.in +++ b/packaging/rpm/wireshark.spec.in @@ -227,6 +227,7 @@ BuildRequires: libQt5Core-devel BuildRequires: libQt5Gui-devel BuildRequires: libQt5Widgets-devel BuildRequires: libQt5PrintSupport-devel +BuildRequires: libQt5Concurrent-devel BuildRequires: libqt5-qtmultimedia-devel BuildRequires: libqt5-linguist-devel Requires: libQt5Svg5 -- cgit v1.2.3