diff --git a/btrfs-progs-v5.11.tar.gz b/btrfs-progs-v5.11.tar.gz new file mode 100644 index 0000000..ad18998 --- /dev/null +++ b/btrfs-progs-v5.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb5d818968f17098db265c217281e3767861e6969d9d8f8855b2e321673f90e +size 2713287 diff --git a/btrfs-progs-v5.9.tar.gz b/btrfs-progs-v5.9.tar.gz deleted file mode 100644 index 7bad569..0000000 --- a/btrfs-progs-v5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a145684d2df509c7157e0b7fece8a0988eca71d5c7c7b307dc9f010cda205b83 -size 2679785 diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 9a09562..2955c43 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Mon Mar 8 00:00:00 CET 2021 - dsterba@suse.cz + +- Update to 5.11 + * fix device path canonicalization for device mapper devices + * receive: remove workaround for setting capabilities, all stable kernels + have been patched + * receive: fix duplicate mount path detection + * rescue: new subcommand create-control-device + * device stats: minor fix for plain text format output + * build: detect if e2fsprogs support 64bit timestamps + * build: drop libmount, required functionality has been reimplemented + * mkfs: warn when raid56 is used + * balance convert: warn when raid56 is used + * other + * new and updated tests + * documentation updates + * seeding device + * raid56 status + * CI updates + * docker images for various distros +- Update to 5.10.1 + * static build works again + * other: + * add a way to test static binaries with the testsuite + * clarify scrub docs + * update dependencies, minimum version for libmount is 2.24, this may + change in the future +- Update to 5.10 + * scrub status: + * print percentage of progress + * add size unit options + * fi usage: also print free space from statfs + * convert: copy full 64 bit timestamp from ext4 if availalble + * check: + * add ability to repair extent item generation + * new option to remove leftovers from inode number cache (-o inode_cache) + * check for already running exclusive operation (balance, device add/...) + when starting one + * preliminary json output support for 'device stats' + * fixes: + * subvolume set-default: id 0 correctly falls back to toplevel + * receive: align internal buffer to allow fast CRC calculation + * logical-resolve: distinguish -o subvol and bind mounts + * build: new dependency libmount + * other + * doc fixes and updates + * new tests + * ci on gitlab temporarily disabled + * debugging output enhancements + ------------------------------------------------------------------- Wed Nov 4 17:32:13 UTC 2020 - Ludwig Nussel diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 3ff28ee..bbe15a7 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package btrfsprogs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) Name: btrfsprogs -Version: 5.9 +Version: 5.11 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only