Accepting request 892694 from filesystems

- Update to 5.12.1 (forwarded request 892693 from dsterba)

OBS-URL: https://build.opensuse.org/request/show/892694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=118
This commit is contained in:
Dominique Leuenberger 2021-05-15 21:16:08 +00:00 committed by Git OBS Bridge
parent 869e3fa137
commit 39805fd9fd
5 changed files with 56 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcb5d818968f17098db265c217281e3767861e6969d9d8f8855b2e321673f90e
size 2713287

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f26db330f01bb17ceec027321bd08e0ba68f7262d5972c9a703f9dfba81efbda
size 2728064

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Thu May 13 00:00:00 CEST 2021 - dsterba@suse.cz
- Update to 5.12.1
* build: fix missing symbols in libbtrfs
* mkfs: check for minimal number of zones
* check: fix warning about cache generation when free space tree is enabled
* fix superblock write in zoned mode on 16K pages
-------------------------------------------------------------------
Mon May 10 00:00:00 CEST 2021 - dsterba@suse.cz
- Update to 5.12
* libbtrfsutil: relicensed to LGPL v2.1+
* mkfs: zoned mode support (kernel 5.12+)
* fi df: show zone_unusable per profile type in zoned mode
* fi usage: show total amount of zone_unusable
* fi resize: fix message for exact size
* image: fix warning and enlarge output file if necessary
* core
* refactor chunk allocator for more modes
* implement zoned mode support: allocation and writes, sb log
* crypto/hash refactoring and cleanups
* refactoring and cleanups
* other
* test updates
* CI updates
* travis-ci integration disabled
* docker images updated, more coverage
* incomplete build support for Android removed
* doc updates
* chattr mode m for 'NOCOMPRESS"
* swapfile used from fstab
* how to add a new export to libbtrfsutil
* update status of mount options since 5.9
- Update to 5.11.1
* properly format checksums when a mismatch is reported
* check: fix false alert on tree block crossing 64K page boundary
* convert:
* refuse to convert filesystem with 'needs_recovery'
* update documentation to require fsck before conversion
* balance convert: fix raid56 warning when converting other profiles
* fi resize: improved summary
* other
* build: fix checks and autoconf defines
* fix symlink paths for CI support scripts
* updated tests
-------------------------------------------------------------------
Mon Mar 8 00:00:00 CET 2021 - dsterba@suse.cz

View File

@ -34,7 +34,7 @@
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
Name: btrfsprogs
Version: 5.11
Version: 5.12.1
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only

View File

@ -11,10 +11,10 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
utils.h | 4 ++++
1 file changed, 4 insertions(+)
Index: btrfs-progs-v4.10.2/fsfeatures.h
Index: btrfs-progs-v5.12/common/fsfeatures.h
===================================================================
--- btrfs-progs-v4.10.2.orig/common/fsfeatures.h
+++ btrfs-progs-v4.10.2/common/fsfeatures.h
--- btrfs-progs-v5.12.orig/common/fsfeatures.h
+++ btrfs-progs-v5.12/common/fsfeatures.h
@@ -19,10 +19,14 @@
#include "kerncompat.h"
@ -29,4 +29,4 @@ Index: btrfs-progs-v4.10.2/fsfeatures.h
+#endif
/*
* Avoid multi-device features (RAID56) and mixed block groups
* Avoid multi-device features (RAID56), mixed block groups, and zoned mode