Merge pull request #138828 from hmenke/zfs

[21.05] zfs: Linux 5.14 compatibility
This commit is contained in:
Jörg Thalheim 2021-09-22 07:20:06 +01:00 committed by GitHub
commit 83413f4780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -194,22 +194,22 @@ in {
# to be adapted
zfsStable = common {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.13";
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15";
# this package should point to the latest release.
version = "2.0.5";
version = "2.0.6";
sha256 = "0n0d8ab7ibxxa8znfsprh7jxwgighx5g291v7hi8272vfjrmk1mj";
sha256 = "sha256-A9NX3S57aFScU/apBJBRx4OieK8JlhBveXy+9JjWD/c=";
};
zfsUnstable = common {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.14";
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15";
# this package should point to a version / git revision compatible with the latest kernel release
version = "2.1.0";
version = "2.1.1";
sha256 = "sha256-YdY4SStXZGBBdAHdM3R/unco7ztxI3s0/buPSNSeh5o=";
sha256 = "sha256-UUuJa5w/GsEvsgH/BnXFsP/dsOt9wwmPqKzDxLPrhiY=";
isUnstable = true;
};