diff --git a/python-scapy.spec b/python-scapy.spec index 2b9bd8547793091f50a86960a4f6fd0afb03ed60..a6c03094cd1cf691f8854ad20153a245b37862c4 100644 --- a/python-scapy.spec +++ b/python-scapy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scapy -Version: 2.4.5 +Version: 2.5.0 Release: 1 Summary: Scapy: interactive packet manipulation tool License: GPLv2 URL: https://scapy.net -Source0: https://files.pythonhosted.org/packages/85/47/c919432ca258f354bb2c1e645623f891603f185bfc7563d4a21f6432e7ed/scapy-2.4.5.tar.gz +Source0: https://files.pythonhosted.org/packages/67/a1/2a60d5b6f0fed297dd0c0311c887d5e8a30ba1250506585b897e5a662f4c/scapy-2.5.0.tar.gz BuildArch: noarch @@ -63,7 +63,7 @@ techniques (VLAN hopping+ARP cache poisoning, VoIP decoding on WEP protected\ channel, ...), etc. %prep -%autosetup -n scapy-2.4.5 +%autosetup -n scapy-%{version} %build %py3_build @@ -103,6 +103,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 17 2023 wubijie - 2.5.0-1 +- Update package to version 2.5.0 + * Thu Aug 04 2022 liqiuyu - 2.4.5-1 - update to 2.4.5 diff --git a/scapy-2.4.5.tar.gz b/scapy-2.4.5.tar.gz deleted file mode 100644 index abae381ba8757fb7692f6e0877d9945b88cacd80..0000000000000000000000000000000000000000 Binary files a/scapy-2.4.5.tar.gz and /dev/null differ diff --git a/scapy-2.5.0.tar.gz b/scapy-2.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..130e11ccb7ff822c5efa0db7179956d7a0217726 Binary files /dev/null and b/scapy-2.5.0.tar.gz differ