diff --git a/btrfs-progs-v6.10.1.tar.gz b/btrfs-progs-v6.10.1.tar.gz deleted file mode 100644 index 83ec041..0000000 --- a/btrfs-progs-v6.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5808e522f6768a946be66d18f8bfb5290a41df685bd01182ff73a751cea33bb0 -size 3323911 diff --git a/btrfs-progs-v6.10.1.tar.sign b/btrfs-progs-v6.10.1.tar.sign deleted file mode 100644 index 17696e5..0000000 Binary files a/btrfs-progs-v6.10.1.tar.sign and /dev/null differ diff --git a/btrfs-progs-v6.12.tar.gz b/btrfs-progs-v6.12.tar.gz new file mode 100644 index 0000000..be050c0 --- /dev/null +++ b/btrfs-progs-v6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9203a717b59024b22af191105f2daf4e00b2e8e82e1d854ee0a5be3790cdd5e5 +size 3361194 diff --git a/btrfs-progs-v6.12.tar.sign b/btrfs-progs-v6.12.tar.sign new file mode 100644 index 0000000..adb7f46 Binary files /dev/null and b/btrfs-progs-v6.12.tar.sign differ diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 8da711a..3051e4a 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Jan 6 00:00:00 CET 2025 - dsterba@suse.cz + +- update to 6.12 + * subvolume delete: add new option to do recursive subvolume deletion (for + regular user delete only accessible subvolumes) + * mkfs: + * new option --subvol to create subvolumes in given paths, read-write, + read-only and default + * add hard link detection support for --rootdir option + * fixes: + * receive: message verbosity fixes + * check: fix false positive report of missing checksum for extent holes + * check: handle compressed extents when checking tree log + * when asking Y/N user questions, flush the terminal so the question is + displayed (e.g. btrfstune -S) + * other + * code refactoring, error handling + * python packaging fixes + * documentation updates + * new tests +- update to 6.11 + * check: + * check items in tree-log + * detect invalid file extent items for symlinks + * properly detect inode cache and suggest removal by 'clear-ino-cache' + * convert: fix symlink length checks + * fi show: remove stray newline at the end of the output + * fixes: + * open devices in write-exclusive mode in most commands, prevent + concurrent mount by other programs + * rescue clear-ino-cache: fix subvolume iteration that can fail in some cases + * map-logical: fix first extent searching condition + * fi resize: warn if new size is below 256M + * tree-checker: + * slightly stricter file type validation + * verify device extent items + * other: + * documentation updates + * ship btrfs-ioctl manual page (incomplete) + ------------------------------------------------------------------- Thu Aug 15 00:00:00 CEST 2024 - dsterba@suse.cz diff --git a/btrfsprogs.spec b/btrfsprogs.spec index fcf6bf8..49ddfd9 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package btrfsprogs # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.10.1 +Version: 6.12 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only