zfs: update to 0.7.13.

This commit is contained in:
Rasmus Thomsen 2019-03-04 22:27:24 +01:00 committed by Toyam Cox
parent 716c58d850
commit 3af1c02801
2 changed files with 5 additions and 3 deletions

0
srcpkgs/zfs/patches Normal file
View file

View file

@ -1,8 +1,7 @@
# Template file for 'zfs'
pkgname=zfs
version=0.7.12
version=0.7.13
revision=1
patch_args="-Np1"
build_style=gnu-configure
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
@ -15,7 +14,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="CDDL-1.0"
homepage="https://zfsonlinux.org/"
distfiles="https://github.com/zfsonlinux/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
checksum=720e3b221c1ba5d4c18c990e48b86a2eb613575a0c3cc84c0aa784b17b7c2848
checksum=d23f0d292049b1bc636d2300277292b60248c0bde6a0f4ba707c0cb5df3f8c8d
dkms_modules="zfs ${version}"
depends="dkms>=2.2.0.3_9 spl>=${version} perl"
@ -35,6 +34,9 @@ post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
rm -rf ${DESTDIR}/usr/share/initramfs-tools
# Contains ELF binaries. Remove it until upstream has a way to move this
# into /usr/libexec or similiar.
rm -rf ${DESTDIR}/usr/share/zfs/zfs-tests
}
zfs-devel_package() {