Update git packages for kernel 3.19.2-1

pull/40/head
Jesus Alvarez 10 years ago
parent 7b213499e0
commit 8b782ef51e
  1. 6
      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

@ -2,10 +2,10 @@
AZB_ZOL_VERSION="0.6.3"
# Kernel version for GIT packages
AZB_GIT_SPL_COMMIT="03a78353"
AZB_GIT_ZFS_COMMIT="d958324f"
AZB_GIT_SPL_COMMIT="6ab08667"
AZB_GIT_ZFS_COMMIT="40749aa7"
AZB_GIT_PKGREL="1"
AZB_GIT_KERNEL_VERSION="3.18.6"
AZB_GIT_KERNEL_VERSION="3.19.2"
AZB_GIT_KERNEL_X32_PKGREL="1"
AZB_GIT_KERNEL_X64_PKGREL="1"
AZB_GIT_KERNEL_X32_VERSION="${AZB_GIT_KERNEL_VERSION}-${AZB_GIT_KERNEL_X32_PKGREL}"

@ -8,17 +8,17 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="spl-git"
pkgver=0.6.3_r54_g03a7835_3.18.6_1
pkgver=0.6.3_r76_g6ab0866_3.19.2_1
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="3.18.6-1"
_kernel_version_x32_full="3.18.6-1"
_kernel_version_x64="3.18.6-1"
_kernel_version_x64_full="3.18.6-1"
_kernel_version_x32="3.19.2-1"
_kernel_version_x32_full="3.19.2-1"
_kernel_version_x64="3.19.2-1"
_kernel_version_x64_full="3.19.2-1"
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=03a78353")
source=("git+https://github.com/zfsonlinux/spl.git#commit=6ab08667")
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="3.18.6-1"
_kernel_version_x64_full="3.18.6-1"
_kernel_version_x32_full="3.19.2-1"
_kernel_version_x64_full="3.19.2-1"
[[ $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.3_r54_g03a7835_3.18.6_1
pkgver=0.6.3_r76_g6ab0866_3.19.2_1
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=03a78353"
source=("git+https://github.com/zfsonlinux/spl.git#commit=6ab08667"
"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.3_r170_gd958324f_3.18.6_1
pkgver=0.6.3_r240_g40749aa_3.19.2_1
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="3.18.6-1"
_kernel_version_x32_full="3.18.6-1"
_kernel_version_x64="3.18.6-1"
_kernel_version_x64_full="3.18.6-1"
_kernel_version_x32="3.19.2-1"
_kernel_version_x32_full="3.19.2-1"
_kernel_version_x64="3.19.2-1"
_kernel_version_x64_full="3.19.2-1"
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=d958324f")
source=("git+https://github.com/zfsonlinux/zfs.git#commit=40749aa7")
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="3.18.6-1"
_kernel_version_x64_full="3.18.6-1"
_kernel_version_x32_full="3.19.2-1"
_kernel_version_x64_full="3.19.2-1"
[[ $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.3_r170_gd958324f_3.18.6_1
pkgver=0.6.3_r240_g40749aa_3.19.2_1
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=d958324f"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=40749aa7"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")

Loading…
Cancel
Save