Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scapy to 2.2.0 #344

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions specs/scapy/scapy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Authority: dag
# Upstream: Philippe Biondi <biondi$cartel-securite,fr>

### Requires python >= 2.5
# ExcludeDist: el3 el4 el5

%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')

Summary: Interactive packet manipulation tool and network scanner
Name: scapy
Version: 2.0.0.10
Version: 2.2.0
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
Expand All @@ -16,8 +19,8 @@ Source: http://www.secdev.org/projects/scapy/files/scapy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: python >= 2.4
Requires: python >= 2.4, nmap
BuildRequires: python >= 2.5
Requires: python >= 2.5, nmap

%description
Scapy is a powerful interactive packet manipulation tool, packet generator,
Expand Down Expand Up @@ -53,6 +56,9 @@ the interpretor, and restored the next time you launch scapy.
%{python_sitelib}

%changelog
* Fri Jun 27 2014 David Imhoff <[email protected]> - 2.2.0-1
- Updated to release 2.2.0.

* Sat Oct 11 2008 Dag Wieers <[email protected]> - 2.0.0.10-1
- Updated to release 2.0.0.10.

Expand Down