Update git packages for kernel 4.0.7-2

ZOL version is now at 0.6.4.2
pull/57/merge
Jesus Alvarez 10 years ago
parent ba1d960bf3
commit 21dcd1d02e
  1. 12
      conf.sh
  2. 12
      spl-git/PKGBUILD
  3. 4
      spl-git/spl.install
  4. 4
      spl-utils-git/PKGBUILD
  5. 12
      zfs-git/PKGBUILD
  6. 4
      zfs-git/zfs.install
  7. 4
      zfs-utils-git/PKGBUILD

@ -1,13 +1,13 @@
# ZFSonLinux stable version (LTS packages)
AZB_ZOL_VERSION="0.6.4.1"
AZB_ZOL_VERSION="0.6.4.2"
# Kernel version for GIT packages
AZB_GIT_SPL_COMMIT="c8acde09"
AZB_GIT_ZFS_COMMIT="7065e2da"
AZB_GIT_SPL_COMMIT="04974ca1"
AZB_GIT_ZFS_COMMIT="44b5ec8f"
AZB_GIT_PKGREL="1"
AZB_GIT_KERNEL_VERSION="4.0.6"
AZB_GIT_KERNEL_X32_PKGREL="1"
AZB_GIT_KERNEL_X64_PKGREL="1"
AZB_GIT_KERNEL_VERSION="4.0.7"
AZB_GIT_KERNEL_X32_PKGREL="2"
AZB_GIT_KERNEL_X64_PKGREL="2"
AZB_GIT_KERNEL_X32_VERSION="${AZB_GIT_KERNEL_VERSION}-${AZB_GIT_KERNEL_X32_PKGREL}"
AZB_GIT_KERNEL_X64_VERSION="${AZB_GIT_KERNEL_VERSION}-${AZB_GIT_KERNEL_X64_PKGREL}"

@ -8,17 +8,17 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-git"
pkgver=0.6.4.1_r0_gc8acde0_4.0.6_1
pkgver=0.6.4.2_r0_g04974ca_4.0.7_2
pkgrel=1
license=('GPL')
# Used incase the i686 and x86_64 linux packages get out of sync with the
# PKGREL. This occurred on January 31, 2014 where i686 was versioned at
# 3.12.9-1 and x86_64 was versioned at 3.12.9-2.
_kernel_version_x32="4.0.6-1"
_kernel_version_x32_full="4.0.6-1"
_kernel_version_x64="4.0.6-1"
_kernel_version_x64_full="4.0.6-1"
_kernel_version_x32="4.0.7-2"
_kernel_version_x32_full="4.0.7-2"
_kernel_version_x64="4.0.7-2"
_kernel_version_x64_full="4.0.7-2"
if [[ $CARCH == "i686" ]]; then
_kernel_version=${_kernel_version_x32}
@ -33,7 +33,7 @@ depends=("spl-utils-git" "linux=${_kernel_version}")
makedepends=("git" "linux-headers=${_kernel_version}")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=c8acde09")
source=("git+https://github.com/zfsonlinux/spl.git#commit=04974ca1")
groups=("archzfs-git")
md5sums=('SKIP')
replaces=("spl")

@ -28,8 +28,8 @@ check_hostid() {
run_depmod() {
echo ">>> Updating module dependencies. Please wait ..."
_kernel_version_x32_full="4.0.6-1"
_kernel_version_x64_full="4.0.6-1"
_kernel_version_x32_full="4.0.7-2"
_kernel_version_x64_full="4.0.7-2"
[[ $CARCH == "i686" ]] && _kernel_version_full=${_kernel_version_x32_full} || _kernel_version_full=${_kernel_version_x64_full}

@ -8,14 +8,14 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-utils-git"
pkgver=0.6.4.1_r0_gc8acde0_4.0.6_1
pkgver=0.6.4.2_r0_g04974ca_4.0.7_2
pkgrel=1
license=('GPL')
pkgdesc="Solaris Porting Layer kernel module support files."
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=c8acde09"
source=("git+https://github.com/zfsonlinux/spl.git#commit=04974ca1"
"spl-utils.hostid")
groups=("archzfs-git")
md5sums=('SKIP'

@ -8,17 +8,17 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-git"
pkgver=0.6.4.1_r0_g7065e2d_4.0.6_1
pkgver=0.6.4.2_r0_g44b5ec8_4.0.7_2
pkgrel=1
license=('CDDL')
# Used incase the i686 and x86_64 linux packages get out of sync with the
# PKGREL. This occurred on January 31, 2014 where i686 was versioned at
# 3.12.9-1 and x86_64 was versioned at 3.12.9-2.
_kernel_version_x32="4.0.6-1"
_kernel_version_x32_full="4.0.6-1"
_kernel_version_x64="4.0.6-1"
_kernel_version_x64_full="4.0.6-1"
_kernel_version_x32="4.0.7-2"
_kernel_version_x32_full="4.0.7-2"
_kernel_version_x64="4.0.7-2"
_kernel_version_x64_full="4.0.7-2"
if [[ $CARCH == "i686" ]]; then
_kernel_version=${_kernel_version_x32}
@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}")
makedepends=("git" "linux-headers=${_kernel_version}")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=7065e2da")
source=("git+https://github.com/zfsonlinux/zfs.git#commit=44b5ec8f")
groups=("archzfs-git")
md5sums=('SKIP')
replaces=("zfs")

@ -13,8 +13,8 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating module dependencies. Please wait ..."
_kernel_version_x32_full="4.0.6-1"
_kernel_version_x64_full="4.0.6-1"
_kernel_version_x32_full="4.0.7-2"
_kernel_version_x64_full="4.0.7-2"
[[ $CARCH == "i686" ]] && _kernel_version_full=${_kernel_version_x32_full} || _kernel_version_full=${_kernel_version_x64_full}

@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-utils-git"
pkgver=0.6.4.1_r0_g7065e2d_4.0.6_1
pkgver=0.6.4.2_r0_g44b5ec8_4.0.7_2
pkgrel=1
license=('CDDL')
pkgdesc="Kernel module support files for the Zettabyte File System."
@ -16,7 +16,7 @@ depends=("spl-git")
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=7065e2da"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=44b5ec8f"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")

Loading…
Cancel
Save