diff --git a/python-scapy.spec b/python-scapy.spec index 7b20b9256d744b75ed604e3a8981381ff7c05744..2f525457ef0d0e0e865ee921ccc85619ce34c8fb 100644 --- a/python-scapy.spec +++ b/python-scapy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scapy -Version: 2.6.0 +Version: 2.6.1 Release: 1 Summary: Scapy: interactive packet manipulation tool License: GPLv2 URL: https://scapy.net -Source0: https://files.pythonhosted.org/packages/70/ca/17cc6ee0dbf342193732312f14bfc879dd162570287fd9f65ac1eb8a9c5f/scapy-2.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/scapy/scapy-%{version}.tar.gz BuildArch: noarch @@ -103,6 +103,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 25 2025 zhangyulong - 2.6.1-1 +- Upgrade to version 2.6.1 + -Fix on linux machines with IPv6 disabled, Scapy would crash on startup. + -Fix the scapy.1 manpage was no longer installed. + -Fix upon the first startup, there could be a crash related to the creation of Scapy's XDG-* related folders. + -Fix other small bugs that could lead to issues during packaging. + * Fri Nov 01 2024 zhaosaisai - 2.6.0-1 - Upgrade to the latest version 2.6.0 - support for RFC6874-like scope identifiers diff --git a/scapy-2.6.0.tar.gz b/scapy-2.6.0.tar.gz deleted file mode 100644 index 4930c1946a39eaa7672ac3bdb990a1076b6886da..0000000000000000000000000000000000000000 Binary files a/scapy-2.6.0.tar.gz and /dev/null differ diff --git a/scapy-2.6.1.tar.gz b/scapy-2.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..967df691dd0ee0ae99898221419ca71b0703fa1b Binary files /dev/null and b/scapy-2.6.1.tar.gz differ