From 151c2f9d8325768fce63fee9bb0ff93e4c04ebd0 Mon Sep 17 00:00:00 2001 From: chendexi Date: Wed, 8 May 2024 15:01:21 +0800 Subject: [PATCH] Remove xfs_scrub related files from the main package to remove python dependencies --- xfsprogs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 546403c..411d6de 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Name: xfsprogs Version: 6.6.0 -Release: 2 +Release: 3 Summary: Administration and debugging tools for the XFS file system License: GPL+ and LGPLv2+ URL: https://xfs.wiki.kernel.org @@ -81,6 +81,8 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %{_sbindir}/* %{_unitdir}/* %{_datadir}/xfsprogs/mkfs/*.conf +%exclude %{_sbindir}/xfs_scrub* +%exclude %{_unitdir}/xfs_scrub* %files xfs_scrub %{_sbindir}/xfs_scrub* @@ -102,6 +104,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %changelog +* Wed May 08 2024 chendexi - 6.6.0-3 +- Remove xfs_scrub related files from the main package to remove python dependencies + * Fri Mar 29 2024 liuh - 6.6.0-2 - sync patch from community -- Gitee