diff --git a/scapy.spec b/scapy.spec index d3be5b1..976e714 100644 --- a/scapy.spec +++ b/scapy.spec @@ -5,7 +5,7 @@ Name: scapy Version: 2.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive packet manipulation tool and network scanner Group: Applications/Internet @@ -17,10 +17,10 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{ Patch0: scapy-2.2.0-xdg-open.patch BuildArch: noarch -BuildRequires: python >= 2.5 +BuildRequires: python2 >= 2.5 BuildRequires: python2-devel >= 2.5 -Requires: python >= 2.5 +Requires: python2 >= 2.5 %description Scapy is a powerful interactive packet manipulation program built on top @@ -60,6 +60,10 @@ done %{python2_sitelib}/scapy-*.egg-info %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 2.3.3-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 2.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild