Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
41d2962355
commit
1341529545
10
scapy.spec
10
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 <ishcherb@redhat.com> - 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 <releng@fedoraproject.org> - 2.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user