btrfs-progs: update to 4.17.

Closes #7.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-15 17:49:15 -03:00 committed by Enno Boland
parent b9f3e18fb1
commit 54d7cf8d0b
1 changed files with 6 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'btrfs-progs'
pkgname=btrfs-progs
version=4.16.1
version=4.17
revision=1
wrksrc=${pkgname}-v${version}
wrksrc="${pkgname}-v${version}"
build_style=gnu-configure
configure_args="--disable-backtrace --disable-python"
hostmakedepends="asciidoc automake libtool pkg-config xmlto"
@ -13,8 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-only, LGPL-3.0-or-later"
homepage="https://btrfs.wiki.kernel.org/index.php/Main_Page"
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
checksum=013403fb67b17975b21408fa9eb7523b0ecf94f84f8a4397cf972e8e254d2246
make_check_target="test"
checksum=82ca0ecf76350a1e3c6543fe220c0910e240511e663d51fc79c32bd0052c117c
make_check_target=test
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
@ -27,13 +27,8 @@ pre_build() {
}
pre_check() {
# This test requires fallocate but the testsuite detection methods still can't
# detect it properly so it keeps failing even when util-linux is added to checkdepends
mv tests/fsck-tests/025-file-extents/test.sh{,.broken}
# This one requires perl regex on grep binary which is disabled it fails with
# grep: support for the -P option is not compiled into this --disable-perl-regexp binary
mv tests/mkfs-tests/013-reserved-1M-for-single/test.sh{,.broken}
# Requires losetup which is part of util-linux, but even with it installed it fails
rm -rf -- tests/mkfs-tests/017-small-backing-size-thin-provision-device
}
post_install() {