aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-07-27 08:36:55 -0400
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-07-27 16:59:44 +0000
commit1b62c53f56081b7aa408757e3a18b2994347207c (patch)
tree15477c55999457122544691ae240360714b8e355 /packaging
parent35f3fe1b1db8a6e2082658b131c1909c7f151b6e (diff)
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.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/wireshark.spec.in1
1 files changed, 1 insertions, 0 deletions
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