Update to Scapy 2.2.0
- Fixes rhbz #788659 - thanks to Thiébaud Weksteen
This commit is contained in:
parent
dac08566ba
commit
3cd88708ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
scapy-2.0.0.10.tar.gz
|
||||
/scapy-2.2.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: scapy
|
||||
Version: 2.0.0.10
|
||||
Release: 7%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Interactive packet manipulation tool and network scanner
|
||||
|
||||
Group: Applications/Internet
|
||||
@ -48,6 +48,10 @@ requests and replies, and much more.
|
||||
%{python_sitelib}/scapy-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sun Jul 22 2012 Sven Lankes <sven@lank.es> - 2.2.0-1
|
||||
- Update to Scapy 2.2.0
|
||||
- Fixes rhbz #788659 - thanks to Thiébaud Weksteen
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.10-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user