diff --git a/.files b/.files
index 4fc5a9c..aa9faa8 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 4ddfac5..f95e595 100644
--- a/.rev
+++ b/.rev
@@ -39,4 +39,12 @@
     <comment></comment>
     <requestid>1206311</requestid>
   </revision>
+  <revision rev="6" vrev="1">
+    <srcmd5>2c760704e4785b56911893cf471d712c</srcmd5>
+    <version>2.6.1</version>
+    <time>1730821527</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>1221432</requestid>
+  </revision>
 </revisionlist>
diff --git a/scapy-2.6.0.tar.gz b/scapy-2.6.0.tar.gz
deleted file mode 120000
index 118fcd9..0000000
--- a/scapy-2.6.0.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeiatwzcmka5dxt7nwv7uhdqoxvqhvhk63ysixf525tqx4eb2pqkiu4
\ No newline at end of file
diff --git a/scapy-2.6.1.tar.gz b/scapy-2.6.1.tar.gz
new file mode 120000
index 0000000..ab0c91c
--- /dev/null
+++ b/scapy-2.6.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeidxwlvecejpvfpfbzhyd4cfvotpoak5g6exlxfxwi5lfslygj5yr4
\ No newline at end of file
diff --git a/scapy.changes b/scapy.changes
index 7c5eedb..29c4273 100644
--- a/scapy.changes
+++ b/scapy.changes
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Tue Nov  5 12:53:13 UTC 2024 - Robert Frohl <rfrohl@suse.com>
+
+- Update to 2.6.1
+  * On linux machines with IPv6 disabled, Scapy would crash on startup 
+  * The scapy.1 manpage was no longer installed
+  * Upon the first startup, there could be a crash related to the creation of 
+    Scapy's XDG-* related folders.
+  * other small bugs that could lead to issues during packaging. 
+    Thanks to the downstream package maintainers for their help.
+
+-------------------------------------------------------------------
 Mon Oct  7 14:01:07 UTC 2024 - Robert Frohl <rfrohl@suse.com>
 
 - Fix load of embedded manufdb, by explicitly targeting non-executable-scripts
diff --git a/scapy.spec b/scapy.spec
index 33734d6..e32b7e8 100644
--- a/scapy.spec
+++ b/scapy.spec
@@ -17,7 +17,7 @@
 
 
 Name:           scapy
-Version:        2.6.0
+Version:        2.6.1
 Release:        0
 Summary:        Interactive Packet Manipulation Tool
 License:        GPL-2.0-only
@@ -75,6 +75,7 @@ cd test && ./run_tests -c configs/linux.utsc -K ci_only -K scanner -K netaccess
 %license LICENSE
 %doc README.md
 %{_bindir}/scapy
+%{_mandir}/man1/scapy.1%{?ext_man}
 %{python3_sitelib}/scapy*
 
 %changelog