Accepting request 819292 from filesystems
- Update to 5.7: (forwarded request 819291 from dsterba) OBS-URL: https://build.opensuse.org/request/show/819292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=114
This commit is contained in:
parent
f20bbf2383
commit
ff18f9cc84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:983d6dfeb04ec58850e54b880885f24df138ea5c473bb5bfb72c16694caf3205
|
|
||||||
size 2605958
|
|
3
btrfs-progs-v5.7.tar.gz
Normal file
3
btrfs-progs-v5.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:635c7e658f689f2df6e11a176d4aad9ed706ec0c4ed8ff13cc14a53f5bfa11d8
|
||||||
|
size 2674168
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 7 00:00:00 CEST 2020 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.7:
|
||||||
|
* mkfs:
|
||||||
|
* new option to enable features otherwise enabled at runtime, now
|
||||||
|
implemented for quotas, 'mkfs.btrfs -R quota'
|
||||||
|
* fix space accounting for small image, DUP and --rootdir
|
||||||
|
* option -A removed
|
||||||
|
* check: detect ranges with overlapping csum items
|
||||||
|
* fi usage: report correct numbers when plain RAID56 profiles are used
|
||||||
|
* convert: ensure the data chunks size never exceed device size
|
||||||
|
* libbtrfsutil: update documentation regarding subvolume deletion
|
||||||
|
* build: support libkcapi as implementation backend for cryptographic
|
||||||
|
primitives
|
||||||
|
* core: global options for verbosity (-v, -q), subcommands -v or -q are
|
||||||
|
aliases and will continue to work but are considered deprecated,
|
||||||
|
current command output is preserved to keep scripts working
|
||||||
|
* other:
|
||||||
|
* build warning fixes
|
||||||
|
* btrfs-debugfs ported to python 3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 14 00:00:00 CEST 2020 - dsterba@suse.cz
|
Thu May 14 00:00:00 CEST 2020 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.6.1
|
Version: 5.7
|
||||||
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