[packages/zfs] - rel 2, enable kernel 7.1

baggins baggins at pld-linux.org
Thu Jul 9 09:12:38 CEST 2026


commit 614f5a364bdf5c21f6d75059265808157ec3d48d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jul 9 09:12:21 2026 +0200

    - rel 2, enable kernel 7.1

 kernel-7.1.patch | 24 ++++++++++++++++++++++++
 zfs.spec         |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/zfs.spec b/zfs.spec
index 68c2c5a..33678c0 100644
--- a/zfs.spec
+++ b/zfs.spec
@@ -24,7 +24,7 @@ exit 1
 
 %define		_duplicate_files_terminate_build	0
 
-%define	rel	1
+%define	rel	2
 %define	pname	zfs
 Summary:	Native Linux port of the ZFS filesystem
 Summary(pl.UTF-8):	Natywny linuksowy port systemu plików ZFS
@@ -37,6 +37,7 @@ Source0:	https://github.com/openzfs/zfs/releases/download/zfs-%{version}/%{pname
 # Source0-md5:	b1ee3ffde1567bf23f20413768011fb3
 Patch0:		initdir.patch
 Patch1:		pld.patch
+Patch2:		kernel-7.1.patch
 URL:		https://zfsonlinux.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -265,6 +266,7 @@ p=`pwd`\
 %setup -q -n %{pname}-%{version}
 %patch -P0 -p1
 %patch -P1 -p1
+%patch -P2 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python3(\s|$),#!%{__python3}\1,' \
 	cmd/zarcsummary
diff --git a/kernel-7.1.patch b/kernel-7.1.patch
new file mode 100644
index 0000000..d80e94e
--- /dev/null
+++ b/kernel-7.1.patch
@@ -0,0 +1,24 @@
+commit a35e8d892628d01e50af23aee5ba501be426baf6
+Author: Tony Hutter <hutter2 at llnl.gov>
+Date:   Wed Jun 17 09:45:38 2026 -0700
+
+    Linux 7.1 compat: META (#18682)
+    
+    Update the META file to reflect compatibility with the 7.1
+    kernel.
+    
+    Signed-off-by: Tony Hutter <hutter2 at llnl.gov>
+    Signed-off-by: Rob Norris <rob.norris at truenas.com>
+    Reviewed-by: Chris Longros <chris.longros at gmail.com>
+
+diff --git a/META b/META
+index ab1b8955d..3c688e54a 100644
+--- a/META
++++ b/META
+@@ -6,5 +6,5 @@ Release:       1
+ Release-Tags:  relext
+ License:       CDDL
+ Author:        OpenZFS
+-Linux-Maximum: 7.0
++Linux-Maximum: 7.1
+ Linux-Minimum: 4.18
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zfs.git/commitdiff/614f5a364bdf5c21f6d75059265808157ec3d48d



More information about the pld-cvs-commit mailing list