From edd50917dc53aca9f57b7e7754371e6dcbf50cb8 Mon Sep 17 00:00:00 2001 From: rpmbuild Date: Mon, 30 Sep 2019 10:21:03 +0000 Subject: [PATCH] "Recommends" not available in RHEL7 --- scapy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scapy.spec b/scapy.spec index 8f98ed9..79cefec 100644 --- a/scapy.spec +++ b/scapy.spec @@ -40,11 +40,11 @@ BuildRequires: python2-devel >= 2.5 BuildRequires: python%{python3_pkgversion} BuildRequires: python%{python3_pkgversion}-devel -# +%if (0%{?fedora}) || ( 0%{?rhel} && 0%{?rhel} >= 8 ) Recommends: tcpdump # Using database of manufactures /usr/share/wireshark/manuf Recommends: wireshark-cli - +%endif %description %{common_desc}