[info=01f447c2a7a730dcccb1623475647e9f0528a771]
OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:ailiopoulos:xfsprogs:12/xfsprogs?expand=0&rev=1
This commit is contained in:
parent
c0cb657db8
commit
f3b555a2b9
@ -1,4 +1,4 @@
|
||||
mtime: 1715960428
|
||||
commit: e99d655e4c18bfc267114e11f7b8907403869838
|
||||
mtime: 1721645761
|
||||
commit: 01f447c2a7a730dcccb1623475647e9f0528a771
|
||||
url: https://src.opensuse.org/ailiopoulos/xfsprogs.git
|
||||
revision: e99d655e4c18bfc267114e11f7b8907403869838
|
||||
revision: 01f447c2a7a730dcccb1623475647e9f0528a771
|
||||
|
8
xfsprogs-6.9.0.tar.sign
Normal file
8
xfsprogs-6.9.0.tar.sign
Normal file
@ -0,0 +1,8 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iKUEABMJAC0WIQQMHYkcUKcy4GgPe2RGdaER5QtfpgUCZp4i4w8cY2VtQGtlcm5l
|
||||
bC5vcmcACgkQRnWhEeULX6bzlwF/fVD7T7m+RmHh0vkDo0FiXuj8M/pCDvIGC8c0
|
||||
/MtoFriofWAdnqmV07V4x8230MtrAX9TI5Tlb5kgSI/7BrsFMTOaT+wkTVSyPSDA
|
||||
1QXfoBM8L3bMTdy74mQRQSBIWliGM70=
|
||||
=5W5B
|
||||
-----END PGP SIGNATURE-----
|
BIN
xfsprogs-6.9.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
xfsprogs-6.9.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 10:54:50 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
- update to 6.9.0
|
||||
- xfs_db: Fix uninicialized error variable
|
||||
- mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c
|
||||
- xfs_io: fix mread with length 1 mod page size
|
||||
- xfs_repair: detect null buf passed to duration
|
||||
- xfs_io: fix gcc complaints about potentially uninitialized variables
|
||||
- xfs_scrub: upload clean bills of health
|
||||
- xfs_spaceman: report health of inode link counts
|
||||
- xfs_repair: reduce rmap bag memory usage when creating refcounts
|
||||
- xfs_repair: log when buffers fail CRC checks even if we just recompute it
|
||||
- xfs_scrub: use multiple threads to run scrubs that scan inodes
|
||||
- xfs_scrub: update health status if we get a clean bill of health
|
||||
- xfs_repair: verify on-disk rmap btrees with in-memory btree data
|
||||
- xfs_scrub: check file link counts
|
||||
- xfs_scrub: implement live quotacheck inode scan
|
||||
- libxfs: provide a kernel-compatible kasprintf
|
||||
- xfs_spaceman: report the health of quota counts
|
||||
- libxfs: partition memfd files to avoid using too many fds
|
||||
- libxfs: add xfile support
|
||||
- libxfs: teach buftargs to maintain their own buffer hashtable
|
||||
- libxfs: kernel sync
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 15:34:53 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
- update to 6.8.0
|
||||
@ -2355,4 +2380,3 @@ Fri Jun 15 10:36:23 CEST 2001 - choeger@suse.de
|
||||
Mon May 21 14:30:40 CEST 2001 - choeger@suse.de
|
||||
|
||||
- first version
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
%define libname libhandle1
|
||||
Name: xfsprogs
|
||||
Version: 6.8.0
|
||||
Version: 6.9.0
|
||||
Release: 0
|
||||
Summary: Utilities for managing the XFS file system
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user