Accepting request 1181630 from filesystems

- update to 6.9 (forwarded request 1181629 from dsterba)

OBS-URL: https://build.opensuse.org/request/show/1181630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=157
This commit is contained in:
Ana Guerrero 2024-06-19 14:36:34 +00:00 committed by Git OBS Bridge
commit 30233e2e02
6 changed files with 41 additions and 4 deletions

BIN
btrfs-progs-v6.8.1.tar.gz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
btrfs-progs-v6.9.tar.gz Normal file
View File

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

BIN
btrfs-progs-v6.9.tar.sign Normal file

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Jun 19 00:00:00 CEST 2024 - dsterba@suse.cz
- update to 6.9
* mkfs:
* if --force used, don't continue if the mount status cannot be
determined (e.g. due to permissions)
* fix minimum size calculation on zoned devices, make it work with option -b
* check:
* option --clear-ino-cache removed (functionality still provided in
'rescue' command group)
* detect and repair wrong file extent item ram_bytes value
* qgroup clear-stale:
* sync the filesystem before search to read the up to date state
* handle cases where qgroup cannot be deleted due to uncleaned subvolume
or when squota is enabled
* qgroup show: display status of qgroup regarding the cleaning of the
subvolume or if it's squota
* receive: fix stream parsing on strict alignment hosts (e.g. ARM v5 or v6)
* tune change-csum: fix check of dev-replace status item, continue if no
dev-replace in progress
* dump-tree: print contents of dev-replace status item
* convert: fix extent iteration to handle prealloc/unwritten extents
* libbtrfsutil:
* patchlevel version update 1.3.1
* fix potentially unaligned access to send stream
* create library links to all version levels
* libbtrfs:
* patchlevel version update 0.1.3
* fix potentially unaligned access to send stream
* create library links to all version levels
* build:
* fix compatibility with e2fsprogs 1.47.1
* fix header file dependency tracking
* other:
* documentation updates
-------------------------------------------------------------------
Thu May 2 00:00:00 CEST 2024 - dsterba@suse.cz

View File

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