From ebc4cbc74e4f5d44befcf59c2363a37a2bb46a46 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 21 Nov 2013 20:20:29 +0000 Subject: [PATCH 1/1] Attempt to fix Qt dependencies for SUSE. svn path=/trunk/; revision=53490 --- packaging/rpm/SPECS/wireshark.spec.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index e98fa00ec6..0957de4b31 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -155,8 +155,13 @@ Contains the Gnome (GTK+) Wireshark GUI and desktop integration files. %package qt Summary: Qt GUI for Wireshark Group: Applications/Internet +%if 0%{?suse_version} +Requires: libqt4 >= @QT_MIN_VERSION@ +BuildRequires: libqt4-devel >= @QT_MIN_VERSION@ +%else Requires: qt >= @QT_MIN_VERSION@ BuildRequires: qt-devel >= @QT_MIN_VERSION@ +%endif Requires: %{name} = %{version}-%{release} Requires: xdg-utils Requires: hicolor-icon-theme -- 2.34.1