[packages/xfsprogs] Up to 6.18.0

arekm arekm at pld-linux.org
Tue Jan 13 12:09:12 CET 2026


commit d7f9f25721afdbeaf0a5ec88dbe38023dc6f1f56
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jan 13 12:08:44 2026 +0100

    Up to 6.18.0

 quota-project.patch | 28 ----------------------------
 xfsprogs.spec       |  9 +++------
 2 files changed, 3 insertions(+), 34 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 05fe374..8a48fe6 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -8,16 +8,15 @@
 Summary:	Tools for the XFS filesystem
 Summary(pl.UTF-8):	Narzędzia do systemu plików XFS
 Name:		xfsprogs
-Version:	6.17.0
-Release:	3
+Version:	6.18.0
+Release:	1
 License:	LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group:		Applications/System
 Source0:	https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
-# Source0-md5:	86b74d5d24d3f2d3d3bd87bc712698dd
+# Source0-md5:	f538782c07c81db5607db8c435348166
 Source1:	xfs_lsprojid
 Patch0:		%{name}-miscfix-v2.patch
 Patch1:		%{name}-pl.po-update.patch
-Patch2:		quota-project.patch
 URL:		https://xfs.wiki.kernel.org/
 # for <attr/attributes.h>
 BuildRequires:	attr-devel
@@ -132,8 +131,6 @@ msgcat -F po/xfsprogs.pot.upstream -o po/xfsprogs.pot
 msgmerge po/pl.po.upstream po/xfsprogs.pot -o po/pl.po
 #%%patch -P 1 -p1 -b .orig
 
-%patch -P 2 -p1
-
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' tools/git-contributors.py tools/xfsbuflock.py
 
 %build
diff --git a/quota-project.patch b/quota-project.patch
deleted file mode 100644
index d3531e5..0000000
--- a/quota-project.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/include/linux.h b/include/linux.h
-index cea468d2b9..3ea9016272 100644
---- a/include/linux.h
-+++ b/include/linux.h
-@@ -214,7 +214,7 @@
-  * fsxattr
-  */
- struct file_attr {
--	__u32	fa_xflags;
-+	__u64	fa_xflags;
- 	__u32	fa_extsize;
- 	__u32	fa_nextents;
- 	__u32	fa_projid;
-diff --git a/libfrog/file_attr.c b/libfrog/file_attr.c
-index c2cbcb4e14..6801c54588 100644
---- a/libfrog/file_attr.c
-+++ b/libfrog/file_attr.c
-@@ -114,7 +114,7 @@
- 
- 	file_attr_to_fsxattr(fa, &fsxa);
- 
--	error = ioctl(fd, FS_IOC_FSSETXATTR, fa);
-+	error = ioctl(fd, FS_IOC_FSSETXATTR, &fsxa);
- 	close(fd);
- 
- 	return error;
-
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/d7f9f25721afdbeaf0a5ec88dbe38023dc6f1f56



More information about the pld-cvs-commit mailing list