[packages/xfsprogs] up to 7.1.0
atler
atler at pld-linux.org
Wed Jul 15 20:21:43 CEST 2026
commit 9717380d6f0513650a6414db64556e048eb010fa
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Jul 15 20:17:49 2026 +0200
up to 7.1.0
healer-install.patch | 14 ++++++++++++++
xfsprogs.spec | 6 ++++--
2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index fb116cf..0aa9cfb 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -10,15 +10,16 @@
Summary: Tools for the XFS filesystem
Summary(pl.UTF-8): Narzędzia do systemu plików XFS
Name: xfsprogs
-Version: 7.0.1
+Version: 7.1.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: 9a275597276da2958d3d2fcb4525f8c6
+# Source0-md5: 576a70da5b617700b403009de2290361
Source1: xfs_lsprojid
Patch0: %{name}-miscfix-v2.patch
Patch1: %{name}-pl.po-update.patch
+Patch2: healer-install.patch
URL: https://xfs.wiki.kernel.org/
# for <attr/attributes.h>
BuildRequires: attr-devel
@@ -135,6 +136,7 @@ Biblioteki statyczne do XFS.
%prep
%setup -q
%patch -P 0 -p1
+%patch -P 2 -p1
# files order in pot changes in every version, making diff huge - sort entries first
%{__mv} po/xfsprogs.pot po/xfsprogs.pot.upstream
diff --git a/healer-install.patch b/healer-install.patch
new file mode 100644
index 0000000..224f38f
--- /dev/null
+++ b/healer-install.patch
@@ -0,0 +1,14 @@
+--- xfsprogs-7.1.0/healer/Makefile.orig 2026-07-10 13:06:28.000000000 +0200
++++ xfsprogs-7.1.0/healer/Makefile 2026-07-15 20:12:59.449147195 +0200
+@@ -69,7 +69,10 @@
+
+ install-healer: default
+ $(INSTALL) -m 755 -d $(PKG_LIBEXEC_DIR)
+- $(LTINSTALL) -m 755 $(BUILD_TARGETS) $(PKG_LIBEXEC_DIR)
++ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_LIBEXEC_DIR)
++ifneq ($(filter-out $(LTCOMMAND),$(BUILD_TARGETS)),)
++ $(INSTALL) -m 755 $(filter-out $(LTCOMMAND),$(BUILD_TARGETS)) $(PKG_LIBEXEC_DIR)
++endif
+
+ install-systemd: default
+ $(INSTALL) -m 755 -d $(SYSTEMD_SYSTEM_UNIT_DIR)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/9717380d6f0513650a6414db64556e048eb010fa
More information about the pld-cvs-commit
mailing list