aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 539ceebbef..7dfece9ed4 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -33,10 +33,13 @@ Source: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
URL: http://www.wireshark.org/
BuildRoot: /tmp/wireshark-%{PACKAGE_VERSION}-root
Packager: Gerald Combs <gerald[AT]wireshark.org>
+# Some distributions create a wireshark-devel package; get rid of it
+Obsoletes: wireshark-devel
BuildRequires: autoconf >= @AC_MIN_VERSION@
BuildRequires: flex, bison
BuildRequires: python
+BuildRequires: perl
BuildRequires: glib2-devel >= @GLIB_MIN_VERSION@
Requires: glib2 >= @GLIB_MIN_VERSION@
@@ -73,9 +76,6 @@ Requires(post): desktop-file-utils
BuildRequires: rpm-build >= 4.7.0
%endif
-# Some distributions create a wireshark-devel package; get rid of it
-Obsoletes: wireshark-devel
-
%package gnome
Summary: Gnome desktop integration for wireshark