Update zfs version to 0.8.1

pull/331/head
Jan Houben 6 years ago
parent 3e8bb3e602
commit d234b814bc
No known key found for this signature in database
GPG Key ID: 22C69579E1123CE6
  1. 4
      conf.sh
  2. 1
      packages/linux-zen/spl-linux-zen
  3. 2
      src/zfs-dkms/PKGBUILD.sh
  4. 5
      src/zfs-utils/PKGBUILD.sh
  5. 2
      src/zfs/PKGBUILD.sh

@ -2,11 +2,11 @@
#
# FIXME: reset all kernel configs set to pkgrel=1 when this changes
#
zol_version="0.8.0"
zol_version="0.8.1"
zol_rc_version="0.8.0-rc5"
# The ZOL source hashes are from zfsonlinux.org
zfs_src_hash="0fd92e87f4b9df9686f18e2ac707c16b2eeaf00f682d41c20ea519f3a0fe4705"
zfs_src_hash="0af79fde44b7b8ecb94d5166ce2e4fff7409c20ed874c2d759db92909e6c2799"
zfs_rc_src_hash="c5dc91e3efb7555c6c1846cf89fd4cfb0952271a2900434e697f2b7397ce9b16"
zfs_initcpio_install_hash="29a8a6d76fff01b71ef1990526785405d9c9410bdea417b08b56107210d00b10"

@ -1 +0,0 @@
Subproject commit 6a70f7a26882c9f99ee68c13fd05f42665f31cb5

@ -13,7 +13,7 @@ url="http://zfsonlinux.org/"
source=("${zfs_src_target}")
sha256sums=("${zfs_src_hash}")
license=("CDDL")
depends=("${zfs_utils_pkgname}" "lsb-release" "python" "dkms")
depends=("${zfs_utils_pkgname}" "lsb-release" "dkms")
provides=("zfs" "zfs-headers" "spl" "spl-headers")
groups=("${archzfs_package_group}")
conflicts=("zfs" "zfs-headers" "spl" "spl-headers")

@ -7,7 +7,8 @@ ${zfs_set_commit}
pkgver=${zfs_pkgver}
pkgrel=${zfs_pkgrel}
pkgdesc="Kernel module support files for the Zettabyte File System."
makedepends=("python" ${zfs_makedepends})
makedepends=("python" "python-setuptools" "python-cffi" ${zfs_makedepends})
optdepends=("python: pyzfs and extra utilities", "python-cffi: pyzfs")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("${zfs_src_target}"
@ -32,7 +33,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-mounthelperdir=/usr/bin \\
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include \\
--with-udevdir=/lib/udev --libexecdir=/usr/lib/zfs-\${pkgver} \\
--with-config=user --enable-systemd
--with-config=user --enable-systemd --enable-pyzfs
make
}

@ -12,7 +12,7 @@ _extramodules="${kernel_mod_path}"
pkgver="\${_zfsver}_\$(echo \${_kernelver} | sed s/-/./g)"
pkgrel=${zfs_pkgrel}
makedepends=("python" ${linux_headers_depends} ${zfs_makedepends})
makedepends=(${linux_headers_depends} ${zfs_makedepends})
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("${zfs_src_target}")

Loading…
Cancel
Save