Accepting request 1055971 from home:ailiopoulos:branches:filesystems
- update to 6.1.0: - libxfs: kernel sync - libxfs: consume the xfs_warn mountpoint argument - misc: add static to various sourcefile-local functions - misc: add missing includes - xfs_{db,repair}: fix XFS_REFC_COW_START usage - xfs_repair: don't crash on unknown inode parents in dry run mode - xfs_repair: retain superblock buffer to avoid write hook deadlock - xfs_repair: Attempt log replay during boot time repair - xfs_repair: covscan fixes - xfs_db: create separate struct and field definitions for finobts - xfs_db: fix dir3 block magic check - xfs_db: fix octal conversion logic - xfs_db: fix printing of reverse mapping record blockcounts - xfs_io: don't display stripe alignment flags for rt files - xfs_db: fix dir3 block magic check - mkfs.xfs: add mkfs config file for the 6.1 LTS kernel OBS-URL: https://build.opensuse.org/request/show/1055971 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=120
This commit is contained in:
parent
a1a7c8f9c9
commit
0286e21dcc
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCY3IjzA8cY2VtQGtlcm5l
|
|
||||||
bC5vcmcACgkQtFYYw2ok/SNQ8wD+JLjgmCn90GhYHqYXpC445eex3gUv6gXp3W8+
|
|
||||||
/fml3xgBAIhw/K22jXFgd96X98DPdqWs+Z1vxL/lUmSRsHAZkzQD
|
|
||||||
=84i3
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b77cec2364aab0b8ae8d8c67daac7fdb3801e0979f1d8328d9c3469e57ca9ca0
|
|
||||||
size 1320744
|
|
7
xfsprogs-6.1.0.tar.sign
Normal file
7
xfsprogs-6.1.0.tar.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iIUEABYIAC0WIQT6QG4gav94c4l8aGS0VhjDaiT9IwUCY6V89w8cY2VtQGtlcm5l
|
||||||
|
bC5vcmcACgkQtFYYw2ok/SMvwgEA/rTObgrT3ZXCzxB4uHeWNDhH8B1Jj9uhNCrM
|
||||||
|
QgawXuwBAN1jOkze5te2I+qQLPcZvRjgsDgr7bXqsBGWqq2O3/ME
|
||||||
|
=AgBp
|
||||||
|
-----END PGP SIGNATURE-----
|
3
xfsprogs-6.1.0.tar.xz
Normal file
3
xfsprogs-6.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eceb9015c4ebefa56fa85faff756ccb51ed2cf9c39ba239767f8e78705e85251
|
||||||
|
size 1322908
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 17:38:34 UTC 2023 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
|
||||||
|
- update to 6.1.0:
|
||||||
|
- libxfs: kernel sync
|
||||||
|
- libxfs: consume the xfs_warn mountpoint argument
|
||||||
|
- misc: add static to various sourcefile-local functions
|
||||||
|
- misc: add missing includes
|
||||||
|
- xfs_{db,repair}: fix XFS_REFC_COW_START usage
|
||||||
|
- xfs_repair: don't crash on unknown inode parents in dry run mode
|
||||||
|
- xfs_repair: retain superblock buffer to avoid write hook deadlock
|
||||||
|
- xfs_repair: Attempt log replay during boot time repair
|
||||||
|
- xfs_repair: covscan fixes
|
||||||
|
- xfs_db: create separate struct and field definitions for finobts
|
||||||
|
- xfs_db: fix dir3 block magic check
|
||||||
|
- xfs_db: fix octal conversion logic
|
||||||
|
- xfs_db: fix printing of reverse mapping record blockcounts
|
||||||
|
- xfs_io: don't display stripe alignment flags for rt files
|
||||||
|
- xfs_db: fix dir3 block magic check
|
||||||
|
- mkfs.xfs: add mkfs config file for the 6.1 LTS kernel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 16 10:20:22 UTC 2022 - Anthony Iliopoulos <ailiop@suse.com>
|
Wed Nov 16 10:20:22 UTC 2022 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfsprogs
|
# spec file for package xfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%define libname libhandle1
|
%define libname libhandle1
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 6.0.0
|
Version: 6.1.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
|
||||||
|
Loading…
Reference in New Issue
Block a user