Accepting request 1141359 from home:dsterba:branches:filesystems

- update to 6.7

OBS-URL: https://build.opensuse.org/request/show/1141359
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=412
This commit is contained in:
David Sterba 2024-01-25 00:26:13 +00:00 committed by Git OBS Bridge
parent d37195f5d7
commit 45993be28c
6 changed files with 41 additions and 5 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -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

View File

@ -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