Skip to content

Commit

Permalink
btrfs-progs: update to 4.17.
Browse files Browse the repository at this point in the history
Closes #7.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
  • Loading branch information
maxice8 authored and Enno Boland committed Jun 16, 2018
1 parent b9f3e18 commit 54d7cf8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions 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"
Expand All @@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit 54d7cf8

Please sign in to comment.