Accepting request 720046 from filesystems
- update to 5.2.1 (forwarded request 720042 from dsterba) OBS-URL: https://build.opensuse.org/request/show/720046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=104
This commit is contained in:
commit
ac4e3a849a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2db761e49f6d75b0ebaf6af654245ce5c23eec5f0a437da6a91975b332eb510f
|
|
||||||
size 2504750
|
|
3
btrfs-progs-v5.2.1.tar.gz
Normal file
3
btrfs-progs-v5.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:559cdc19c0ce1caca519795763e93d622978811cc33357226367140c51fd3425
|
||||||
|
size 2514104
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 00:00:00 CEST 2019 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 5.2.1
|
||||||
|
* scrub status: fix ETA calculation after resume
|
||||||
|
* check: fix crash when using -Q
|
||||||
|
* restore: fix symlink owner restoration
|
||||||
|
* mkfs: fix regression with mixed block groups
|
||||||
|
* core: fix commit to process all delayed refs
|
||||||
|
* other:
|
||||||
|
* minor cleanups
|
||||||
|
* test updates
|
||||||
|
- update to 5.2
|
||||||
|
* subvol show: print qgroup information when available
|
||||||
|
* scrub:
|
||||||
|
* status: show ETA, revamp the whole output
|
||||||
|
* fix reading/writing of last position on resume/cancel, potentially
|
||||||
|
skipping part of the filesystem on next resume
|
||||||
|
* dump-tree: add new option --noscan to use only devices given on the
|
||||||
|
commandline
|
||||||
|
* all-in-one binary (busybox style) with mkfs.btrfs, btrfs-image,
|
||||||
|
btrfs-convert, btrfstune
|
||||||
|
* image: fix hang when there are more than 32 cpus online and compression is
|
||||||
|
requested
|
||||||
|
* convert: fix some false ENOSPC errors when --rootdir is used
|
||||||
|
* build: fix gcc9 warnings
|
||||||
|
* core changes
|
||||||
|
* command handling cleanups
|
||||||
|
* dead code removal
|
||||||
|
* cmds-* files moved to cmds/
|
||||||
|
* other shared userspace files moved to common/
|
||||||
|
* utils.c split into more files
|
||||||
|
* preparatory work for more output formats
|
||||||
|
* libbtrfsutil: fix unaligned access
|
||||||
|
* other
|
||||||
|
* new and updated tests
|
||||||
|
* fix tests so CI passes again
|
||||||
|
* sb-mod can modify more superblock items
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 19 02:57:41 UTC 2019 - seanlew@opensuse.org
|
Sun May 19 02:57:41 UTC 2019 - seanlew@opensuse.org
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
%define _dracutmodulesdir %{_libexecdir}/dracut/modules.d
|
%define _dracutmodulesdir %{_libexecdir}/dracut/modules.d
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.1
|
Version: 5.2.1
|
||||||
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
|
||||||
|
@ -13,8 +13,8 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
|||||||
|
|
||||||
Index: btrfs-progs-v4.10.2/fsfeatures.h
|
Index: btrfs-progs-v4.10.2/fsfeatures.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- btrfs-progs-v4.10.2.orig/fsfeatures.h
|
--- btrfs-progs-v4.10.2.orig/common/fsfeatures.h
|
||||||
+++ btrfs-progs-v4.10.2/fsfeatures.h
|
+++ btrfs-progs-v4.10.2/common/fsfeatures.h
|
||||||
@@ -19,10 +19,14 @@
|
@@ -19,10 +19,14 @@
|
||||||
|
|
||||||
#include "kerncompat.h"
|
#include "kerncompat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user