From bd66f83663386359f3acfd936c1f3eceb323f8f7 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 25 Dec 2018 22:12:23 +0100 Subject: [PATCH] btrbk: bump to forgotten dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0) dependency introduced in: 0acbf74c btrbk: add btrfs_subvolume_list_complete: fetch all subvolumes with all flags --- ChangeLog | 4 ++++ btrbk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5dd194..22407e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +btrbk-master + + * Bump dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0). + btrbk-0.27.1 * MIGRATION diff --git a/btrbk b/btrbk index 2a6ea5e..841adf6 100755 --- a/btrbk +++ b/btrbk @@ -36,7 +36,7 @@ our $VERSION = '0.27.1'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; -our $BTRFS_PROGS_MIN = '3.18.2'; # required since btrbk-v0.23.0 +our $BTRFS_PROGS_MIN = '4.12'; # required since btrbk-v0.27.0 my $VERSION_INFO = "btrbk command line client, version $VERSION";