Accepting request 1088452 from home:ailiopoulos:branches:filesystems

- update to 6.3.0:
  - xfs_repair: Don't leak buffer when discarding directories
  - xfs_repair: estimate per-AG btree slack better
  - xfs_db: fix broken logic in error path
  - xfsprogs: nrext64 option is now in [inode] section of mkfs conf files

OBS-URL: https://build.opensuse.org/request/show/1088452
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=126
This commit is contained in:
Anthony Iliopoulos 2023-05-22 20:03:24 +00:00 committed by Git OBS Bridge
parent db0cf81945
commit 70aeb008a0
6 changed files with 20 additions and 11 deletions

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCZB2jaA8cY2VtQGtlcm5l
bC5vcmcACgkQtFYYw2ok/SN59gD9EPH3Uut4I7wUKlAln/wRsy9+RZPIHKed+pvS
cyB2brMBALJa3GdNOQqyrx93wp3qXIVG4OmWNYceIzZxpzOXKYwJ
=We/1
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d67dcba5a28e0904b60886b6e5f752bc7c9c3a5c7096153855b5adca9db86c51
size 1324216

7
xfsprogs-6.3.0.tar.sign Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iIQEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCZGs+kg8cY2VtQGtlcm5l
bC5vcmcACgkQtFYYw2ok/SO6wgEAgMdBBcJsx/oEPKLXGZr+ueGZ81K7hGq8ueFF
sXp69AEA+PiK4Bh/angpo2lhftgZhGaOHxmj8vIyH2jJSw53LgE=
=+kzW
-----END PGP SIGNATURE-----

3
xfsprogs-6.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec987c9f0bcb2db2991bffb80d353150b389c3a2b79b6830411f7042adf6990c
size 1328452

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 22 19:51:34 UTC 2023 - Anthony Iliopoulos <ailiop@suse.com>
- update to 6.3.0:
- xfs_repair: Don't leak buffer when discarding directories
- xfs_repair: estimate per-AG btree slack better
- xfs_db: fix broken logic in error path
- xfsprogs: nrext64 option is now in [inode] section of mkfs conf files
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 13:45:04 UTC 2023 - Anthony Iliopoulos <ailiop@suse.com> Fri Mar 24 13:45:04 UTC 2023 - Anthony Iliopoulos <ailiop@suse.com>

View File

@ -25,7 +25,7 @@
%endif %endif
%define libname libhandle1 %define libname libhandle1
Name: xfsprogs Name: xfsprogs
Version: 6.2.0 Version: 6.3.0
Release: 0 Release: 0
Summary: Utilities for managing the XFS file system Summary: Utilities for managing the XFS file system
License: GPL-2.0-or-later License: GPL-2.0-or-later