From 72e650c02f2dbc9062e6fc4bb6b9d997cafa9de8b9f6710e4c5baef7f2745238 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 31 Jul 2019 12:20:39 +0000 Subject: [PATCH] Accepting request 720042 from home:dsterba:branches:filesystems - update to 5.2.1 OBS-URL: https://build.opensuse.org/request/show/720042 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=319 --- btrfs-progs-v5.1.tar.gz | 3 --- btrfs-progs-v5.2.1.tar.gz | 3 +++ btrfsprogs.changes | 39 +++++++++++++++++++++++++++++++++++++ btrfsprogs.spec | 2 +- mkfs-default-features.patch | 4 ++-- 5 files changed, 45 insertions(+), 6 deletions(-) delete mode 100644 btrfs-progs-v5.1.tar.gz create mode 100644 btrfs-progs-v5.2.1.tar.gz diff --git a/btrfs-progs-v5.1.tar.gz b/btrfs-progs-v5.1.tar.gz deleted file mode 100644 index cab598d..0000000 --- a/btrfs-progs-v5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db761e49f6d75b0ebaf6af654245ce5c23eec5f0a437da6a91975b332eb510f -size 2504750 diff --git a/btrfs-progs-v5.2.1.tar.gz b/btrfs-progs-v5.2.1.tar.gz new file mode 100644 index 0000000..e33c46a --- /dev/null +++ b/btrfs-progs-v5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559cdc19c0ce1caca519795763e93d622978811cc33357226367140c51fd3425 +size 2514104 diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 7098c5c..667ad69 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -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 diff --git a/btrfsprogs.spec b/btrfsprogs.spec index d5fdd86..2eb0f58 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -33,7 +33,7 @@ %define _dracutmodulesdir %{_libexecdir}/dracut/modules.d Name: btrfsprogs -Version: 5.1 +Version: 5.2.1 Release: 0 Summary: Utilities for the Btrfs filesystem License: GPL-2.0-only diff --git a/mkfs-default-features.patch b/mkfs-default-features.patch index 994416b..2b5d9a5 100644 --- a/mkfs-default-features.patch +++ b/mkfs-default-features.patch @@ -13,8 +13,8 @@ Signed-off-by: Jeff Mahoney Index: btrfs-progs-v4.10.2/fsfeatures.h =================================================================== ---- btrfs-progs-v4.10.2.orig/fsfeatures.h -+++ btrfs-progs-v4.10.2/fsfeatures.h +--- btrfs-progs-v4.10.2.orig/common/fsfeatures.h ++++ btrfs-progs-v4.10.2/common/fsfeatures.h @@ -19,10 +19,14 @@ #include "kerncompat.h"