forked from mirror/zfs-utils
upgpkg: zfs-utils 0.7.13-1
upstream release Restore hostid handling erroneously removed long ago by archzfs -- not enforcing its use by default is reasonable, ignoring it when it is present and explicitly desired by the user, is not reasonable.
This commit is contained in:
parent
31ab0959f2
commit
f18efa1dc4
3 changed files with 6 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,19 +1,19 @@
|
|||
pkgbase = zfs-utils
|
||||
pkgdesc = Userspace utilities for the Zettabyte File System.
|
||||
pkgver = 0.7.12
|
||||
pkgver = 0.7.13
|
||||
pkgrel = 1
|
||||
url = https://zfsonlinux.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = CDDL
|
||||
makedepends = git
|
||||
source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.7.12?signed
|
||||
source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.7.13?signed
|
||||
source = zfs.initcpio.install
|
||||
source = zfs.initcpio.hook
|
||||
validpgpkeys = 4F3BA9AB6D1F8D683DC2DFB56AD860EED4598027
|
||||
validpgpkeys = C33DF142657ED1F7C328A2960AB9E991C6AF658B
|
||||
sha256sums = SKIP
|
||||
sha256sums = 11e02412055fe3daf4753cf2ce7011e95647bb4c9ae74288a2a769f6a4c091b2
|
||||
sha256sums = da1cdc045d144d2109ec7b5d97c53a69823759d8ecff410e47c3a66b69e6518d
|
||||
sha256sums = f95ad1a5421ccbb8b01f448373f46cfd1f718361a82c2687a597325cf9827e3e
|
||||
|
||||
pkgname = zfs-utils
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Iacopo Isimbaldi <isiachi@rhye.it>
|
||||
|
||||
pkgname=zfs-utils
|
||||
pkgver=0.7.12
|
||||
pkgver=0.7.13
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace utilities for the Zettabyte File System."
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -13,7 +13,7 @@ source=("git+https://github.com/zfsonlinux/zfs.git#tag=zfs-${pkgver}?signed"
|
|||
"zfs.initcpio.install"
|
||||
"zfs.initcpio.hook")
|
||||
sha256sums=('SKIP'
|
||||
'11e02412055fe3daf4753cf2ce7011e95647bb4c9ae74288a2a769f6a4c091b2'
|
||||
'da1cdc045d144d2109ec7b5d97c53a69823759d8ecff410e47c3a66b69e6518d'
|
||||
'f95ad1a5421ccbb8b01f448373f46cfd1f718361a82c2687a597325cf9827e3e')
|
||||
validpgpkeys=('4F3BA9AB6D1F8D683DC2DFB56AD860EED4598027' # Tony Hutter (GPG key for signing ZFS releases) <hutter2@llnl.gov>
|
||||
'C33DF142657ED1F7C328A2960AB9E991C6AF658B') # Brian Behlendorf <behlendorf1@llnl.gov>
|
||||
|
|
|
@ -40,6 +40,7 @@ build() {
|
|||
|
||||
[[ -f /etc/zfs/zpool.cache ]] && add_file "/etc/zfs/zpool.cache"
|
||||
[[ -f /etc/modprobe.d/zfs.conf ]] && add_file "/etc/modprobe.d/zfs.conf"
|
||||
[[ -f /etc/hostid ]] && add_file "/etc/hostid"
|
||||
}
|
||||
|
||||
help() {
|
||||
|
|
Loading…
Add table
Reference in a new issue