Update to 0.6.2_3.12.1-1

pull/17/head
Jesus Alvarez 11 years ago
parent d4288c9849
commit 7c456c8361
  1. 4
      conf.sh
  2. 8
      spl-utils/PKGBUILD
  3. 0
      spl-utils/shrinker_api_fix.patch
  4. 12
      spl/PKGBUILD
  5. 0
      spl/shrinker_api_fix.patch
  6. 4
      zfs-utils/PKGBUILD
  7. 8
      zfs/PKGBUILD

@ -1,11 +1,11 @@
# Version information # Version information
PKGREL="3" # The pkgrel of all the archzfs packages PKGREL="1" # The pkgrel of all the archzfs packages
# ZFSonLinux version # ZFSonLinux version
ZOL_VERSION="0.6.2" ZOL_VERSION="0.6.2"
# Linux version dependencies # Linux version dependencies
LINUX_VERSION="3.12" LINUX_VERSION="3.12.1"
LINUX_PKGREL="1" LINUX_PKGREL="1"
LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL" LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL"
LINUX_ARCHISO="3.11.6" LINUX_ARCHISO="3.11.6"

@ -11,13 +11,13 @@ pkgname=("spl-utils")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12 pkgver=0.6.2_3.12.1
pkgrel=3 pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files." pkgdesc="Solaris Porting Layer kernel module support files."
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://zfsonlinux.org/" url="http://zfsonlinux.org/"
source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz
spl_3.12_fix.patch shrinker_api_fix.patch
spl-utils.hostid) spl-utils.hostid)
groups=("archzfs") groups=("archzfs")
md5sums=('f00535bf89a7fde0e08f44a14a1f1e03' md5sums=('f00535bf89a7fde0e08f44a14a1f1e03'
@ -27,7 +27,7 @@ license=("GPL")
prepare() { prepare() {
cd "$srcdir/spl-0.6.2" cd "$srcdir/spl-0.6.2"
patch -Np1 < ../spl_3.12_fix.patch patch -Np1 < ../shrinker_api_fix.patch
} }
build() { build() {

@ -11,15 +11,15 @@ pkgname=("spl")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12 pkgver=0.6.2_3.12.1
pkgrel=3 pkgrel=1
pkgdesc="Solaris Porting Layer kernel modules." pkgdesc="Solaris Porting Layer kernel modules."
depends=("spl-utils" "linux=3.12-1") depends=("spl-utils" "linux=3.12.1-1")
makedepends=("linux-headers=3.12-1") makedepends=("linux-headers=3.12.1-1")
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://zfsonlinux.org/" url="http://zfsonlinux.org/"
source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz
spl_3.12_fix.patch) shrinker_api_fix.patch)
groups=("archzfs") groups=("archzfs")
md5sums=('f00535bf89a7fde0e08f44a14a1f1e03' md5sums=('f00535bf89a7fde0e08f44a14a1f1e03'
'4d30dbda61995e77c5ca976abb80bad6') '4d30dbda61995e77c5ca976abb80bad6')
@ -28,7 +28,7 @@ install=spl.install
prepare() { prepare() {
cd "$srcdir/spl-0.6.2" cd "$srcdir/spl-0.6.2"
patch -Np1 < ../spl_3.12_fix.patch patch -Np1 < ../shrinker_api_fix.patch
} }
build() { build() {

@ -11,8 +11,8 @@ pkgname=("zfs-utils")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12 pkgver=0.6.2_3.12.1
pkgrel=3 pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System." pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("spl") depends=("spl")
arch=("i686" "x86_64") arch=("i686" "x86_64")

@ -11,11 +11,11 @@ pkgname=("zfs")
# The build script can be found at # The build script can be found at
# https://github.com/demizer/archzfs/blob/master/build.sh # https://github.com/demizer/archzfs/blob/master/build.sh
# #
pkgver=0.6.2_3.12 pkgver=0.6.2_3.12.1
pkgrel=3 pkgrel=1
pkgdesc="Kernel modules for the Zettabyte File System." pkgdesc="Kernel modules for the Zettabyte File System."
depends=("spl=0.6.2_3.12-3" "zfs-utils" "linux=3.12-1") depends=("spl=0.6.2_3.12.1-1" "zfs-utils" "linux=3.12.1-1")
makedepends=("linux-headers=3.12-1") makedepends=("linux-headers=3.12.1-1")
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://zfsonlinux.org/" url="http://zfsonlinux.org/"
source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz) source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz)

Loading…
Cancel
Save