Merge pull request 'xfsprogs: update to v6.11.0' (#15) from ailiopoulos/xfsprogs:factory into factory
This commit is contained in:
commit
4539089456
@ -1,8 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iKUEABMJAC0WIQQMHYkcUKcy4GgPe2RGdaER5QtfpgUCZtg+kQ8cY2VtQGtlcm5l
|
||||
bC5vcmcACgkQRnWhEeULX6bD0gF8CkeHlQGCon3mrQb5dYsNqODpUivAu7btcrPu
|
||||
HsWMn7FouY4O2WR/PDaBvtdg+c/bAX4k7GA4dlIJrubOJprzg8MkXKFwBMX0bbzI
|
||||
5ZzZs24R0ZbXF2AcaEd9EKIQVvAJfpg=
|
||||
=Kv2M
|
||||
-----END PGP SIGNATURE-----
|
BIN
xfsprogs-6.10.1.tar.xz
(Stored with Git LFS)
BIN
xfsprogs-6.10.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
7
xfsprogs-6.11.0.tar.sign
Normal file
7
xfsprogs-6.11.0.tar.sign
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iIoEABYKADIWIQSuGyqVYnIab8QwfB9Gp+oYrDPhCAUCZxOEKBQcYWFsYmVyc2hA
|
||||
cmVkaGF0LmNvbQAKCRBGp+oYrDPhCMtLAP4niNMOwC07QrHPPQTl3QfJE96p+JeE
|
||||
98D8Kx3UFSVxWQD9ECBKCND6huTZCTK6FchwWANglXgrtF4dEq0kxlOJLQE=
|
||||
=rMkp
|
||||
-----END PGP SIGNATURE-----
|
BIN
xfsprogs-6.11.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
xfsprogs-6.11.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 11:09:09 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
- update to 6.11.0
|
||||
- mkfs: break up the rest of the rtinit() function
|
||||
- mkfs: clean up the rtinit() function
|
||||
- xfs_repair: use library functions for orphanage creation
|
||||
- xfs_repair: use library functions to reset root/rbm/rsum inodes
|
||||
- xfs_repair: don't crash in get_inode_parent
|
||||
- xfs_repair: fix exchrange upgrade
|
||||
- xfs_db: port the iunlink command to use the libxfs iunlink function
|
||||
- xfs_db/mdrestore/repair: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
|
||||
- xfs_db/mkfs/xfs_repair: port to use XFS_ICREATE_UNLINKABLE
|
||||
- xfs_db: port the unlink command to use libxfs_droplink
|
||||
- libxfs: implement get_random_u32
|
||||
- libxfs: remove libxfs_dir_ialloc
|
||||
- libxfs: backport inode init code from the kernel
|
||||
- libxfs: pack icreate initialization parameters into a separate structure
|
||||
- xfs_io: add RWF_ATOMIC support to pwrite
|
||||
- libfrog: emulate deprecated attrlist functionality in libattr
|
||||
- misc: clean up code around attr_list_by_handle calls
|
||||
- fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set
|
||||
- libxfs: provide a memfd_create() wrapper if not present in libc
|
||||
- xfs_io: Fix fscrypt macros ordering
|
||||
- man: Update unit for fsx_extsize and fsx_cowextsize
|
||||
- xfs_db: release ip resource before returning from get_next_unlinked()
|
||||
- libxfs: kernel sync
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 11:33:31 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
- update to 6.10.1
|
||||
|
BIN
xfsprogs.keyring
BIN
xfsprogs.keyring
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
%define libname libhandle1
|
||||
Name: xfsprogs
|
||||
Version: 6.10.1
|
||||
Version: 6.11.0
|
||||
Release: 0
|
||||
Summary: Utilities for managing the XFS file system
|
||||
License: GPL-2.0-or-later
|
||||
@ -39,7 +39,6 @@ Source4: dracut-fsck-help.txt
|
||||
Patch0: xfsprogs-docdir.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libinih-devel
|
||||
|
Loading…
Reference in New Issue
Block a user