Semi-automated update for kernel 5.12.13.arch1-2 + zfs 2.0.5

This commit is contained in:
Archzfs Buildbot 2021-06-27 21:46:00 +00:00
parent 74b1879b43
commit 69ce36b469
3 changed files with 10 additions and 1249 deletions

View File

@ -1,17 +1,15 @@
pkgbase = zfs-linux pkgbase = zfs-linux
pkgver = 2.0.4_5.12.10.arch1.1 pkgver = 2.0.5_5.12.13.arch1.2
pkgrel = 1 pkgrel = 1
url = https://zfsonlinux.org/ url = https://zfsonlinux.org/
arch = x86_64 arch = x86_64
license = CDDL license = CDDL
makedepends = linux-headers=5.12.10.arch1-1 makedepends = linux-headers=5.12.13.arch1-2
depends = kmod depends = kmod
depends = zfs-utils=2.0.4 depends = zfs-utils=2.0.5
depends = linux=5.12.10.arch1-1 depends = linux=5.12.13.arch1-2
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.4/zfs-2.0.4.tar.gz source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.5/zfs-2.0.5.tar.gz
source = linux-5.12-compat.patch sha256sums = 3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9
sha256sums = 7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c
sha256sums = 9c601804dc473766d85da2198aa3769707e051d3659dc82dd1302edd5e91a8cf
pkgname = zfs-linux pkgname = zfs-linux
pkgdesc = Kernel modules for the Zettabyte File System. pkgdesc = Kernel modules for the Zettabyte File System.
@ -40,4 +38,3 @@ pkgname = zfs-linux-headers
conflicts = spl-dkms conflicts = spl-dkms
conflicts = spl-dkms-git conflicts = spl-dkms-git
conflicts = spl-headers conflicts = spl-headers

View File

@ -17,8 +17,8 @@
# #
pkgbase="zfs-linux" pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers") pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.0.4" _zfsver="2.0.5"
_kernelver="5.12.10.arch1-1" _kernelver="5.12.13.arch1-2"
_extramodules="${_kernelver/.arch/-arch}" _extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)" pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
@ -26,16 +26,10 @@ pkgrel=1
makedepends=("linux-headers=${_kernelver}") makedepends=("linux-headers=${_kernelver}")
arch=("x86_64") arch=("x86_64")
url="https://zfsonlinux.org/" url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz" source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
"linux-5.12-compat.patch") sha256sums=("3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9")
sha256sums=("7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c"
"9c601804dc473766d85da2198aa3769707e051d3659dc82dd1302edd5e91a8cf")
license=("CDDL") license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}") depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
prepare() {
cd "${srcdir}/zfs-${_zfsver}"
patch -Np1 -i ${srcdir}/linux-5.12-compat.patch
}
build() { build() {
cd "${srcdir}/zfs-${_zfsver}" cd "${srcdir}/zfs-${_zfsver}"

File diff suppressed because it is too large Load Diff