summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2019-11-03 03:21:13 +0000
committerArchzfs Buildbot2019-11-03 03:21:13 +0000
commit7c903d280a7bbc40a47f30972f2428eb6760ac76 (patch)
tree1b31812947aeb0fbabc174b98fbaf8ca1d357ac3
parente5001045872152f720ea1ccce9d10ae77da7d3cd (diff)
downloadaur-7c903d280a7bbc40a47f30972f2428eb6760ac76.tar.gz
Semi-automated update for latest git commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70dda3022d31..3bd7ab8440de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfs-utils-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 2019.10.28.r5493.gd46f0deb0
+ pkgver = 2019.11.01.r5509.gae38e0096
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -22,7 +22,7 @@ pkgbase = zfs-utils-git
backup = etc/zfs/zed.d/zed.rc
backup = etc/default/zfs
backup = etc/modules-load.d/zfs.conf
- source = git+https://github.com/zfsonlinux/zfs.git#commit=d46f0deb035bd26840dc6284fc6e1bb392097c92
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=ae38e00968a1920eb3c1051df888b24301e2f82b
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
source = zfs-utils.initcpio.zfsencryptssh.install
diff --git a/PKGBUILD b/PKGBUILD
index 510db176f10b..0825084f127d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-utils-git"
-_commit='d46f0deb035bd26840dc6284fc6e1bb392097c92'
+_commit='ae38e00968a1920eb3c1051df888b24301e2f82b'
-pkgver=2019.10.28.r5493.gd46f0deb0
+pkgver=2019.11.01.r5509.gae38e0096
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
makedepends=("python" "python-setuptools" "python-cffi" "git")
@@ -29,7 +29,7 @@ provides=("zfs-utils" "spl-utils")
install=zfs-utils.install
conflicts=("zfs-utils" "spl-utils")
replaces=("spl-utils-common-git" "zfs-utils-common-git")
-backup=('etc/zfs/zed.d/zed.rc' 'etc/default/zfs' 'etc/modules-load.d/zfs.conf')
+backup=('etc/zfs/zed.d/zed.rc' 'etc/default/zfs' 'etc/modules-load.d/zfs.conf' 'etc/sudoers.d/zfs')
build() {
cd "${srcdir}/zfs"
@@ -56,6 +56,7 @@ package() {
printf "%s\n" "zfs" > "${pkgdir}/etc/modules-load.d/zfs.conf"
# fix permissions
chmod 750 ${pkgdir}/etc/sudoers.d
+ chmod 440 ${pkgdir}/etc/sudoers.d/zfs
# Install the support files
install -D -m644 "${srcdir}"/zfs-utils.initcpio.hook "${pkgdir}"/usr/lib/initcpio/hooks/zfs
install -D -m644 "${srcdir}"/zfs-utils.initcpio.install "${pkgdir}"/usr/lib/initcpio/install/zfs