commit xfsprogs for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Leap:15.2 
checked in at 2020-04-14 14:18:49

Comparing /work/SRC/openSUSE:Leap:15.2/xfsprogs (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfsprogs.new.3248 (New)


Package is "xfsprogs"

Tue Apr 14 14:18:49 2020 rev:36 rq:792905 version:4.15.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xfsprogs/xfsprogs.changes  2020-02-27 
06:41:32.565614533 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xfsprogs.new.3248/xfsprogs.changes
2020-04-14 14:18:51.157179170 +0200
@@ -1,0 +2,21 @@
+Thu Mar 26 19:28:00 UTC 2020 - Anthony Iliopoulos 
+
+- xfs_quota: reformat commands in the manpage so that fstest can check
+  that each command is actually documented (bsc#1167206)
+ * Add xfsprogs-man-reformat-xfs_quota-commands-in-the-manpage-for-t.patch
+
+---
+Thu Mar 26 19:06:20 UTC 2020 - Anthony Iliopoulos 
+
+- xfs_db: document some missing commands ('attr_set', 'attr_remove',
+  'logformat') in the manpage (bsc#1167205)
+ * Add xfsprogs-man-document-some-missing-xfs_db-commands.patch
+
+---
+Thu Mar 26 18:12:14 UTC 2020 - Anthony Iliopoulos 
+
+- xfs_io: allow size to be suffixed by k,m,g for kilobytes, megabytes or
+  gigabytes respectively for the copy_range command (bsc#1158630)
+  * Add xfsprogs-xfs_io-Make-copy_range-arguments-understand-iB-values.patch
+
+---

New:

  xfsprogs-man-document-some-missing-xfs_db-commands.patch
  xfsprogs-man-reformat-xfs_quota-commands-in-the-manpage-for-t.patch
  xfsprogs-xfs_io-Make-copy_range-arguments-understand-iB-values.patch



Other differences:
--
++ xfsprogs.spec ++
--- /var/tmp/diff_new_pack.zFgIl2/_old  2020-04-14 14:18:52.553180212 +0200
+++ /var/tmp/diff_new_pack.zFgIl2/_new  2020-04-14 14:18:52.565180221 +0200
@@ -57,6 +57,9 @@
 Patch24:   
xfsprogs-xfs-move-inode-extent-size-hint-validation-to-libxfs.patch
 Patch25:   
xfsprogs-xfs_repair-use-libxfs-extsize-cowextsize-validation-.patch
 Patch26:   xfsprogs-mkfs-validate-extent-size-hint-parameters.patch
+Patch27:   
xfsprogs-xfs_io-Make-copy_range-arguments-understand-iB-values.patch
+Patch28:   xfsprogs-man-document-some-missing-xfs_db-commands.patch
+Patch29:   
xfsprogs-man-reformat-xfs_quota-commands-in-the-manpage-for-t.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -132,6 +135,9 @@
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
+%patch28 -p1
+%patch29 -p1
 %endif
 
 %build


++ xfsprogs-man-document-some-missing-xfs_db-commands.patch ++
>From 946352013f75590d16d6a93b06a805330106b4c5 Mon Sep 17 00:00:00 2001
From: "Darrick J. Wong" 
Date: Thu, 30 Jan 2020 13:39:33 -0500
Subject: [PATCH] man: document some missing xfs_db commands
Git-commit: 946352013f75590d16d6a93b06a805330106b4c5
Patch-mainline: v5.5.0-rc1
References: bsc#1167205

The 'attr_set', 'attr_remove', and 'logformat' commands in xfs_db were
not documented.  Add sections about them to the manpage.

Signed-off-by: Darrick J. Wong 
Reviewed-by: Christoph Hellwig 
Signed-off-by: Eric Sandeen 
Acked-by: Anthony Iliopoulos 

---
 db/attrset.c  |  4 ++--
 man/man8/xfs_db.8 | 58 +++
 2 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/db/attrset.c b/db/attrset.c
index ad3c8f37..bbd79cb8 100644
--- a/db/attrset.c
+++ b/db/attrset.c
@@ -35,11 +35,11 @@ static void attrset_help(void);
 
 static const cmdinfo_t attr_set_cmd =
{ "attr_set", "aset", attr_set_f, 1, -1, 0,
- N_("[-r|-s|-p|-u] [-n] [-R|-C] [-v n] name"),
+ N_("[-r|-s|-u] [-n] [-R|-C] [-v n] name"),
  N_("set the named attribute on the current inode"), attrset_help };
 static const cmdinfo_t attr_remove_cmd =
{ "attr_remove", "aremove", attr_remove_f, 1, -1, 0,
- N_("[-r|-s|-p|-u] [-n] name"),
+ N_("[-r|-s|-u] [-n] name"),
  N_("remove the named attribute from the current inode"), attrset_help 
};
 
 static void
diff --git a/man/man8/xfs_db.8 b/man/man8/xfs_db.8
index 37018a7a..673ec7e4 100644
--- a/man/man8/xfs_db.8
+++ b/man/man8/xfs_db.8
@@ -179,6 +179,57 @@ Set current address to the AGI block for allocation group
 .IR agno .
 If no argument is given, use the current allocation group.
 .TP
+.BI "attr_remove [\-r|\-u|\-s] [\-n] " name
+Remove the specified extended attribute from the current file.
+.RS 1.0i
+.TP 0.4i
+.B \-r
+Sets the attribute in the root namespace.
+Only one namespace option can be specified.
+.TP
+.B \-u
+Sets the attribute in the user namespace.
+Only one namespace 

commit xfsprogs for openSUSE:Leap:15.2

2020-02-26 Thread root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Leap:15.2 
checked in at 2020-02-27 06:41:31

Comparing /work/SRC/openSUSE:Leap:15.2/xfsprogs (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfsprogs.new.26092 (New)


Package is "xfsprogs"

Thu Feb 27 06:41:31 2020 rev:35 rq:779123 version:4.15.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xfsprogs/xfsprogs.changes  2020-01-15 
16:30:40.772829703 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xfsprogs.new.26092/xfsprogs.changes   
2020-02-27 06:41:32.565614533 +0100
@@ -1,0 +2,28 @@
+Tue Jan 28 14:22:35 UTC 2020 - Anthony Iliopoulos 
+
+- mkfs.xfs: validate extent size hint parameters (bsc#1158509)
+  * Add xfsprogs-mkfs-validate-extent-size-hint-parameters.patch
+  * Add xfsprogs-xfs-move-inode-extent-size-hint-validation-to-libxfs.patch
+  * Add xfsprogs-xfs_repair-use-libxfs-extsize-cowextsize-validation-.patch
+
+---
+Sun Jan  5 16:24:49 UTC 2020 - Anthony Iliopoulos 
+
+- xfs_repair: don't fail recovery of orphaned shortform directories
+  (bsc#1158504)
+  * Add xfsprogs-xfs-create-structure-verifier-function-for-short-for.patch
+  * Add xfsprogs-xfs-create-structure-verifier-function-for-shortform.patch
+  * Add xfsprogs-xfs-provide-a-centralized-method-for-verifying-inlin.patch
+  * Add xfsprogs-xfs-refactor-short-form-directory-structure-verifier.patch
+  * Add xfsprogs-xfs_repair-don-t-fail-directory-repairs-when-grabbin.patch
+  * Add xfsprogs-xfs_repair-implement-custom-ifork-verifiers.patch
+  * Add xfsprogs-xfs_repair-use-custom-ifork-verifier-in-mv_orphanage.patch
+
+---
+Sun Jan  5 12:38:16 UTC 2020 - Anthony Iliopoulos 
+
+- xfs_quota: fix false error reporting of project inheritance flag is
+  not set (bsc#1158758)
+  * Add xfsprogs-xfs_quota-fix-false-error-reporting-of-project-inher.patch
+
+---

New:

  xfsprogs-mkfs-validate-extent-size-hint-parameters.patch
  xfsprogs-xfs-create-structure-verifier-function-for-short-for.patch
  xfsprogs-xfs-create-structure-verifier-function-for-shortform.patch
  xfsprogs-xfs-move-inode-extent-size-hint-validation-to-libxfs.patch
  xfsprogs-xfs-provide-a-centralized-method-for-verifying-inlin.patch
  xfsprogs-xfs-refactor-short-form-directory-structure-verifier.patch
  xfsprogs-xfs_quota-fix-false-error-reporting-of-project-inher.patch
  xfsprogs-xfs_repair-don-t-fail-directory-repairs-when-grabbin.patch
  xfsprogs-xfs_repair-implement-custom-ifork-verifiers.patch
  xfsprogs-xfs_repair-use-custom-ifork-verifier-in-mv_orphanage.patch
  xfsprogs-xfs_repair-use-libxfs-extsize-cowextsize-validation-.patch



Other differences:
--
++ xfsprogs.spec ++
--- /var/tmp/diff_new_pack.yDFEc9/_old  2020-02-27 06:41:33.145615740 +0100
+++ /var/tmp/diff_new_pack.yDFEc9/_new  2020-02-27 06:41:33.149615749 +0100
@@ -46,6 +46,18 @@
 Patch13:   xfsprogs-mkfs-use-geometry-generation-helper-functions.patch
 Patch14:   xfsprogs-xfs_info-call-xfs_db-for-offline-filesystems.patch
 Patch15:   
xfsprogs-xfs_info-use-findmnt-to-handle-mounted-block-devices.patch
+Patch16:   
xfsprogs-xfs_quota-fix-false-error-reporting-of-project-inher.patch
+Patch17:   
xfsprogs-xfs-create-structure-verifier-function-for-shortform.patch
+Patch18:   
xfsprogs-xfs-create-structure-verifier-function-for-short-for.patch
+Patch19:   
xfsprogs-xfs-refactor-short-form-directory-structure-verifier.patch
+Patch20:   
xfsprogs-xfs-provide-a-centralized-method-for-verifying-inlin.patch
+Patch21:   
xfsprogs-xfs_repair-don-t-fail-directory-repairs-when-grabbin.patch
+Patch22:   xfsprogs-xfs_repair-implement-custom-ifork-verifiers.patch
+Patch23:   
xfsprogs-xfs_repair-use-custom-ifork-verifier-in-mv_orphanage.patch
+Patch24:   
xfsprogs-xfs-move-inode-extent-size-hint-validation-to-libxfs.patch
+Patch25:   
xfsprogs-xfs_repair-use-libxfs-extsize-cowextsize-validation-.patch
+Patch26:   xfsprogs-mkfs-validate-extent-size-hint-parameters.patch
+
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libblkid-devel
@@ -109,6 +121,17 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
+%patch24 -p1
+%patch25 -p1
+%patch26 -p1
 %endif
 
 %build


++ xfsprogs-mkfs-validate-extent-size-hint-parameters.patch ++
>From 5786ad73fc1640239c7f08c8f705be48ea3aa04b Mon Sep 17 00:00:00 2001
From: "Darrick J. Wong" 
Date: Thu, 18 Apr 2019 13:19:39 -0500
Subject: [PATCH] mkfs: validate extent size hint parameters
Git-commit: