From 2ded75242b26a73e5066ef93bd45c7ae6088b83e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 16:45:16 +0000 Subject: [PATCH] Accepting request 1074190 from home:ailiopoulos:branches:filesystems - update to 6.2.0: - xfs_repair: fix incorrect dabtree hashval comparison - mkfs: protofile can now create directories with spaces in their names - mkfs: check dirent names when reading protofile - xfs_io: fix bmap command not detecting realtime files with xattrs - xfs_io: set fs_path when opening files on foreign filesystems - xfs_scrub: fix broken realtime free blocks unit conversions - xfs_spaceman: fix broken -g behavior in freesp command - xfs_admin: correctly parse IO_OPTS parameters - Fix autoconf during debian package builds - xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems OBS-URL: https://build.opensuse.org/request/show/1074190 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=124 --- xfsprogs-6.1.1.tar.sign | 7 ------- xfsprogs-6.1.1.tar.xz | 3 --- xfsprogs-6.2.0.tar.sign | 7 +++++++ xfsprogs-6.2.0.tar.xz | 3 +++ xfsprogs.changes | 15 +++++++++++++++ xfsprogs.spec | 2 +- 6 files changed, 26 insertions(+), 11 deletions(-) delete mode 100644 xfsprogs-6.1.1.tar.sign delete mode 100644 xfsprogs-6.1.1.tar.xz create mode 100644 xfsprogs-6.2.0.tar.sign create mode 100644 xfsprogs-6.2.0.tar.xz diff --git a/xfsprogs-6.1.1.tar.sign b/xfsprogs-6.1.1.tar.sign deleted file mode 100644 index 5fb4c06..0000000 --- a/xfsprogs-6.1.1.tar.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCY8GlZg8cY2VtQGtlcm5l -bC5vcmcACgkQtFYYw2ok/SNq1wD+LpwgAuP7VhSPWAFN0KuS+XaQ5pj2pgJ0r6Cy -1gaoucUA/3XMdHsBp4i8w8BDJihSDAab41ArH4Qne2N040Vzx0cK -=RmrA ------END PGP SIGNATURE----- diff --git a/xfsprogs-6.1.1.tar.xz b/xfsprogs-6.1.1.tar.xz deleted file mode 100644 index 440f5c2..0000000 --- a/xfsprogs-6.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e8a137870db1d6182df72dda98ab7a7100deb376947e854b9d59c914c2c7bb -size 1322528 diff --git a/xfsprogs-6.2.0.tar.sign b/xfsprogs-6.2.0.tar.sign new file mode 100644 index 0000000..7dfe381 --- /dev/null +++ b/xfsprogs-6.2.0.tar.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCZB2jaA8cY2VtQGtlcm5l +bC5vcmcACgkQtFYYw2ok/SN59gD9EPH3Uut4I7wUKlAln/wRsy9+RZPIHKed+pvS +cyB2brMBALJa3GdNOQqyrx93wp3qXIVG4OmWNYceIzZxpzOXKYwJ +=We/1 +-----END PGP SIGNATURE----- diff --git a/xfsprogs-6.2.0.tar.xz b/xfsprogs-6.2.0.tar.xz new file mode 100644 index 0000000..420da09 --- /dev/null +++ b/xfsprogs-6.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67dcba5a28e0904b60886b6e5f752bc7c9c3a5c7096153855b5adca9db86c51 +size 1324216 diff --git a/xfsprogs.changes b/xfsprogs.changes index 4250ed9..6d37a9a 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 24 13:45:04 UTC 2023 - Anthony Iliopoulos + +- update to 6.2.0: + - xfs_repair: fix incorrect dabtree hashval comparison + - mkfs: protofile can now create directories with spaces in their names + - mkfs: check dirent names when reading protofile + - xfs_io: fix bmap command not detecting realtime files with xattrs + - xfs_io: set fs_path when opening files on foreign filesystems + - xfs_scrub: fix broken realtime free blocks unit conversions + - xfs_spaceman: fix broken -g behavior in freesp command + - xfs_admin: correctly parse IO_OPTS parameters + - Fix autoconf during debian package builds + - xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems + ------------------------------------------------------------------- Wed Jan 18 12:46:06 UTC 2023 - Anthony Iliopoulos diff --git a/xfsprogs.spec b/xfsprogs.spec index 166a463..c7af9e9 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -25,7 +25,7 @@ %endif %define libname libhandle1 Name: xfsprogs -Version: 6.1.1 +Version: 6.2.0 Release: 0 Summary: Utilities for managing the XFS file system License: GPL-2.0-or-later