diff --git a/srcpkgs/zfs/patches b/srcpkgs/zfs/patches new file mode 100644 index 00000000000..e69de29bb2d diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index 56d50bc7a6b..955e340df98 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -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 " 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() {