Update git packages for kernel 3.17.1-1

pull/30/head
Jesus Alvarez 10 years ago
parent dc85dc9e67
commit 7baa016696
  1. 6
      conf.sh
  2. 12
      spl-git/PKGBUILD
  3. 4
      spl-git/spl.install
  4. 4
      spl-utils-git/PKGBUILD
  5. 1
      spl-utils-git/src/spl-utils.hostid
  6. 12
      zfs-git/PKGBUILD
  7. 4
      zfs-git/zfs.install
  8. 6
      zfs-utils-git/PKGBUILD
  9. 1
      zfs-utils-git/src/zfs-utils.bash-completion-r1
  10. 1
      zfs-utils-git/src/zfs-utils.initcpio.hook
  11. 1
      zfs-utils-git/src/zfs-utils.initcpio.install

@ -2,10 +2,10 @@
AZB_ZOL_VERSION="0.6.3"
# Kernel version for GIT packages
AZB_GIT_SPL_COMMIT="31cb5383"
AZB_GIT_ZFS_COMMIT="07dabd23"
AZB_GIT_SPL_COMMIT="46c93675"
AZB_GIT_ZFS_COMMIT="0ec07248"
AZB_GIT_PKGREL="1"
AZB_GIT_KERNEL_VERSION="3.16.4"
AZB_GIT_KERNEL_VERSION="3.17.1"
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_r0_g31cb538_3.16.4_1
pkgver=0.6.3_r44_g46c9367_3.17.1_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.16.4-1"
_kernel_version_x32_full="3.16.4-1"
_kernel_version_x64="3.16.4-1"
_kernel_version_x64_full="3.16.4-1"
_kernel_version_x32="3.17.1-1"
_kernel_version_x32_full="3.17.1-1"
_kernel_version_x64="3.17.1-1"
_kernel_version_x64_full="3.17.1-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=31cb5383")
source=("git+https://github.com/zfsonlinux/spl.git#commit=46c93675")
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.16.4-1"
_kernel_version_x64_full="3.16.4-1"
_kernel_version_x32_full="3.17.1-1"
_kernel_version_x64_full="3.17.1-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_r0_g31cb538_3.16.4_1
pkgver=0.6.3_r44_g46c9367_3.17.1_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=31cb5383"
source=("git+https://github.com/zfsonlinux/spl.git#commit=46c93675"
"spl-utils.hostid")
groups=("archzfs-git")
md5sums=('SKIP'

@ -1 +0,0 @@
/home/demizer/projects/arch/archzfs/spl-utils-git/spl-utils.hostid

@ -8,17 +8,17 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-git"
pkgver=0.6.3_r0_g07dabd2_3.16.4_1
pkgver=0.6.3_r130_g0ec0724_3.17.1_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.16.4-1"
_kernel_version_x32_full="3.16.4-1"
_kernel_version_x64="3.16.4-1"
_kernel_version_x64_full="3.16.4-1"
_kernel_version_x32="3.17.1-1"
_kernel_version_x32_full="3.17.1-1"
_kernel_version_x64="3.17.1-1"
_kernel_version_x64_full="3.17.1-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=07dabd23")
source=("git+https://github.com/zfsonlinux/zfs.git#commit=0ec07248")
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.16.4-1"
_kernel_version_x64_full="3.16.4-1"
_kernel_version_x32_full="3.17.1-1"
_kernel_version_x64_full="3.17.1-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_r0_g07dabd2_3.16.4_1
pkgver=0.6.3_r130_g0ec0724_3.17.1_1
pkgrel=1
license=('CDDL')
pkgdesc="Kernel module support files for the Zettabyte File System."
@ -16,14 +16,14 @@ depends=("spl-git")
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=07dabd23"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=0ec07248"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")
groups=("archzfs-git")
md5sums=('SKIP'
'9ddb0c8a94861f929d0fa741fdc49950'
'd36549e6e04d817051d50c3636f21132'
'a584c3af9e0aee7a545edefb57c0b48f'
'87edeffee32ee1154a373f1291e81b49')
replaces=("zfs-utils")
provides=("zfs-utils")

@ -1 +0,0 @@
/home/demizer/projects/arch/archzfs/zfs-utils-git/zfs-utils.bash-completion-r1

@ -1 +0,0 @@
/home/demizer/projects/arch/archzfs/zfs-utils-git/zfs-utils.initcpio.hook

@ -1 +0,0 @@
/home/demizer/projects/arch/archzfs/zfs-utils-git/zfs-utils.initcpio.install
Loading…
Cancel
Save