diff --git a/btrfs-progs-v6.6.2.tar.gz b/btrfs-progs-v6.6.2.tar.gz deleted file mode 100644 index 31b49a0..0000000 --- a/btrfs-progs-v6.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fd1a98930f0c8115c7e835b8bb91d1a6b3a80b7738c0958b1a6d7d7d3ffed64 -size 3169600 diff --git a/btrfs-progs-v6.6.2.tar.sign b/btrfs-progs-v6.6.2.tar.sign deleted file mode 100644 index 6e4b4bd..0000000 Binary files a/btrfs-progs-v6.6.2.tar.sign and /dev/null differ diff --git a/btrfs-progs-v6.7.tar.gz b/btrfs-progs-v6.7.tar.gz new file mode 100644 index 0000000..3b0c842 --- /dev/null +++ b/btrfs-progs-v6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3910096b902b02e02325b68652b79f26e550d41feb7261a9a6a7a8f9e9fc539 +size 3182633 diff --git a/btrfs-progs-v6.7.tar.sign b/btrfs-progs-v6.7.tar.sign new file mode 100644 index 0000000..71a3f37 Binary files /dev/null and b/btrfs-progs-v6.7.tar.sign differ diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 12919f3..e9f23ce 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Jan 25 00:00:00 CET 2024 - dsterba@suse.cz + +- update to 6.7 + * mkfs: make 4k sectorsize default, recommended minimum kernel for that is + 6.1 and requires subpage support on architectures with page size > 4k + * subvolume create: return correct error code when a target already exists + * tree-checker: dump tree block on error (btrfs-convert, ...) + * scrub limit: fix reporting of a limit set while there's none + * fi usage: fix reporting of unallocated data or raid56 profile without root + privs due to lack of that information + * convert: + * align data block group lengths to 64K + * fix conversion of a large filesystem when there are partial inode items + present due to caching + * other: + * build fixes + * updated documentation + * new and updated tests +- update to 6.6.3 + * subvol create: accept multiple arguments + * subvol delete: print the subvolume id in the output + * subvol sync: check if the filesystems is still writeable so it does not + wait indefinitely + * device delete: add a timeout and warning when deleting multiple devices + * scrub status: report limit if set in sysfs/../scrub_speed_max + * scrub limit: new command to show or set the per-device scrub limits + * scrub start: report the limit if set + * build: + * fix CPU feature detection on aarch64 + * support Botan and OpenSSL (3.2+) as crypto backends + * other: + * documentation updates, RTD config update + * new and updated tests + * CI updates + ------------------------------------------------------------------- Wed Nov 15 00:00:00 CET 2023 - dsterba@suse.cz diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 5dab248..73cdb83 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package btrfsprogs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: 6.6.2 +Version: 6.7 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only