diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template index a752d5eaa33..b347f409cce 100644 --- a/srcpkgs/btrfs-progs/template +++ b/srcpkgs/btrfs-progs/template @@ -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 " 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() {