diff --git a/btrfs-progs-v5.16.2.tar.gz b/btrfs-progs-v5.16.2.tar.gz deleted file mode 100644 index f26305e..0000000 --- a/btrfs-progs-v5.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed7bb0b461419f5d9eff6e0f397eadea7201aa5297792bfdfc7412d4eb5b27b1 -size 2873260 diff --git a/btrfs-progs-v5.16.2.tar.sign b/btrfs-progs-v5.16.2.tar.sign deleted file mode 100644 index e03dec2..0000000 Binary files a/btrfs-progs-v5.16.2.tar.sign and /dev/null differ diff --git a/btrfs-progs-v5.17.tar.gz b/btrfs-progs-v5.17.tar.gz new file mode 100644 index 0000000..7bc8148 --- /dev/null +++ b/btrfs-progs-v5.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed67a32f6763ff5a5bb3e5fdad61e907992d50f5f12e3af672219a5fc25645d9 +size 2787461 diff --git a/btrfs-progs-v5.17.tar.sign b/btrfs-progs-v5.17.tar.sign new file mode 100644 index 0000000..08cf27f Binary files /dev/null and b/btrfs-progs-v5.17.tar.sign differ diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 7ac4d71..030c90c 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Apr 28 20:56:49 UTC 2022 - Dirk Müller + +- update to 5.17: + * check: + * repair wrong num_devices in superblock + * recognize overly long xattr names + * fix wrong total bytes check for seed device + * auto-repair on read on RAID56 + * property set: unify handling of empty value to mean default, changed meaning + for property 'compression' to allow reset to default and to set NOCOMPRESS, + since kernel 5.14 + * fixes: + * dump-tree: print fs-verity items + * fix location of system chunk on zoned filesystem + * do not allow setting seeding flag on a filesystem with dirty log + * mkfs and subpage support: use sectorsize as nodesize fallback for mixed + profiles + * preparatory work for extent tree v2, global roots + * experimental feature (unstable interface, not built by default, + do not use for production): + * btrfstune: option --csum to switch checksum algorithm + * other: + * cleanups, refactoring + * update documentation build, remove asciidocs leftovers + * update fssum to consider xattrs + * add fsstress + ------------------------------------------------------------------- Wed Apr 27 11:10:48 UTC 2022 - Dirk Müller diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 8f7cc0f..ad10aca 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -34,7 +34,7 @@ %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) Name: btrfsprogs -Version: 5.16.2 +Version: 5.17 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only @@ -57,7 +57,7 @@ Provides: btrfs-progs(%_arch) = %{version}-%{release} Patch1: mkfs-default-features.patch %if %build_docs -BuildRequires: asciidoc +BuildRequires: python3-Sphinx %endif BuildRequires: autoconf BuildRequires: automake