Skip to content
Permalink
Browse files
linux-next 6.2.10
zfs-kmod-next rebuild
  • Loading branch information
demmm committed Apr 6, 2023
1 parent edd7e2a commit b739a1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
@@ -5,7 +5,7 @@ _kernelname=${pkgname#linux}

_basekernel=6.2
_srcname=linux-6.2
pkgver=6.2.9
pkgver=6.2.10
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -31,10 +31,9 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
# standard config files for mkinitcpio ramdisk
'linux-next.preset'
'99-linux-next.hook'
'dracut-next-install'
"https://github.com/torvalds/linux/commit/e16c4790de39dc861b749674c2a9319507f6f64f.diff")
'dracut-next-install')
md5sums=('787862593d7bf354cf1a5c37e21fc147'
'bc13db433916c290be6b2a8aab481767'
'e0221ea0e6eeb147c29d2fd72e987ed5'
'390b5fcb3f35b71c0a5d5a5344e54be1'
'014ecaa849b47279e945aac979948ab5'
'358803f408779e5ff435ed2f1564e508'
@@ -48,8 +47,7 @@ md5sums=('787862593d7bf354cf1a5c37e21fc147'
'8c52e6d232b461446b7363e86522a720'
'e19be83ca72175a29b36d8ab08105050'
'fc871b37f1cd4f12ac7b0bab74f8aa5f'
'c0552afc8aad1e3ad4502e133e3fbd41'
'a71035252857af0cf5d84c591b919996')
'c0552afc8aad1e3ad4502e133e3fbd41')

build() {
cd "${srcdir}/linux-${_basekernel}"
@@ -2,7 +2,7 @@
# arg 2: the old package version

KERNEL_NAME=-next
KERNEL_VERSION=6.2.9-1-next
KERNEL_VERSION=6.2.10-1-next

# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
@@ -1,12 +1,12 @@

_extramodules=6.2.9-1-next
_extramodules=6.2.10-1-next
__extramodules=extramodules-6.2-next
_kver="$(cat /lib/modules/${__extramodules}/version)"

pkgname=zfs-kmod-next
pkgver=2.1.9
_commit=05147319b0821f61fcff743e20605e191d523906
pkgrel=15
pkgrel=16
pkgdesc="Kernel module for the Zettabyte File System (linux-next version)."
arch=('x86_64')
url="https://zfsonlinux.org/"

0 comments on commit b739a1c

Please sign in to comment.