Accepting request 877698 from filesystems
- Update to 5.11 (forwarded request 877697 from dsterba) OBS-URL: https://build.opensuse.org/request/show/877698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=117
This commit is contained in:
parent
6ac65462b8
commit
869e3fa137
3
btrfs-progs-v5.11.tar.gz
Normal file
3
btrfs-progs-v5.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcb5d818968f17098db265c217281e3767861e6969d9d8f8855b2e321673f90e
|
||||||
|
size 2713287
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a145684d2df509c7157e0b7fece8a0988eca71d5c7c7b307dc9f010cda205b83
|
|
||||||
size 2679785
|
|
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 8 00:00:00 CET 2021 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.11
|
||||||
|
* fix device path canonicalization for device mapper devices
|
||||||
|
* receive: remove workaround for setting capabilities, all stable kernels
|
||||||
|
have been patched
|
||||||
|
* receive: fix duplicate mount path detection
|
||||||
|
* rescue: new subcommand create-control-device
|
||||||
|
* device stats: minor fix for plain text format output
|
||||||
|
* build: detect if e2fsprogs support 64bit timestamps
|
||||||
|
* build: drop libmount, required functionality has been reimplemented
|
||||||
|
* mkfs: warn when raid56 is used
|
||||||
|
* balance convert: warn when raid56 is used
|
||||||
|
* other
|
||||||
|
* new and updated tests
|
||||||
|
* documentation updates
|
||||||
|
* seeding device
|
||||||
|
* raid56 status
|
||||||
|
* CI updates
|
||||||
|
* docker images for various distros
|
||||||
|
- Update to 5.10.1
|
||||||
|
* static build works again
|
||||||
|
* other:
|
||||||
|
* add a way to test static binaries with the testsuite
|
||||||
|
* clarify scrub docs
|
||||||
|
* update dependencies, minimum version for libmount is 2.24, this may
|
||||||
|
change in the future
|
||||||
|
- Update to 5.10
|
||||||
|
* scrub status:
|
||||||
|
* print percentage of progress
|
||||||
|
* add size unit options
|
||||||
|
* fi usage: also print free space from statfs
|
||||||
|
* convert: copy full 64 bit timestamp from ext4 if availalble
|
||||||
|
* check:
|
||||||
|
* add ability to repair extent item generation
|
||||||
|
* new option to remove leftovers from inode number cache (-o inode_cache)
|
||||||
|
* check for already running exclusive operation (balance, device add/...)
|
||||||
|
when starting one
|
||||||
|
* preliminary json output support for 'device stats'
|
||||||
|
* fixes:
|
||||||
|
* subvolume set-default: id 0 correctly falls back to toplevel
|
||||||
|
* receive: align internal buffer to allow fast CRC calculation
|
||||||
|
* logical-resolve: distinguish -o subvol and bind mounts
|
||||||
|
* build: new dependency libmount
|
||||||
|
* other
|
||||||
|
* doc fixes and updates
|
||||||
|
* new tests
|
||||||
|
* ci on gitlab temporarily disabled
|
||||||
|
* debugging output enhancements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 4 17:32:13 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
Wed Nov 4 17:32:13 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package btrfsprogs
|
# spec file for package btrfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@
|
|||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.9
|
Version: 5.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user