aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/wireshark.spec.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 6e600186fb..cd5aa055d6 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -51,11 +51,10 @@ BuildRoot: /tmp/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?rhel}
BuildRequires: cmake3 >= 3.5
-BuildRequires: python34
%else
BuildRequires: cmake >= 3.5
-BuildRequires: python3
%endif
+BuildRequires: python3
BuildRequires: gcc
BuildRequires: perl
BuildRequires: flex
@@ -506,7 +505,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_libdir}/pkgconfig/wireshark.pc
%changelog
-* Wed Aug 15 2019 Gerald Combs
+* Thu Aug 15 2019 Gerald Combs
- Add zstd
* Mon Apr 22 2019 Daniel Bakai