Accepting request 754069 from home:dsterba:branches:filesystems
- Update to 5.4 OBS-URL: https://build.opensuse.org/request/show/754069 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=327
This commit is contained in:
parent
5dc708041a
commit
8348b28f52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a517b8ef1716dc50e91ed413e4098c68105f7842b7345c189a2f79c6451504d2
|
||||
size 2545833
|
3
btrfs-progs-v5.4.tar.gz
Normal file
3
btrfs-progs-v5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e16d3b4b9bf6a7b6b382de9ff394136252dd23143f070bbc51a0a234a1039753
|
||||
size 2584590
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 00:00:00 CET 2019 - dsterba@suse.cz
|
||||
|
||||
- Update to 5.4
|
||||
* support new hash algorithms (kernel 5.5):
|
||||
* mkfs.btrfs and btrfs-convert with --csum, crc32c, xxhash, sha256, blake2
|
||||
* mkfs: support new raid1c3 and raid1c4 block group profiles (kernel 5.5)
|
||||
* check:
|
||||
* --repair delays start with a warning, can be skipped using --force
|
||||
* enhanced detetion of inode types from partial data, more options for
|
||||
repair
|
||||
* receive: fix quiet option
|
||||
* image: speed up chunk loading
|
||||
* fi usage:
|
||||
* sort devices by id
|
||||
* print ratio of used/total per block group type
|
||||
* rescue zero-log: reset the log pointers directly, avoid reading some other
|
||||
potentially damaged structures
|
||||
* new make target install-static to install only static binaries/libraries
|
||||
* other
|
||||
* docs updates
|
||||
* new tests
|
||||
* cleanups and refactoring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 00:00:00 CET 2019 - dsterba@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btrfsprogs
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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 %{_libexecdir}/dracut/modules.d
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 5.3.1
|
||||
Version: 5.4
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user