!106 Remove xfs_scrub related files from the main package

From: @ccdxx 
Reviewed-by: @wguanghao, @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2024-05-09 12:22:25 +00:00 committed by Gitee
commit a185831039
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: xfsprogs
Version: 6.6.0
Release: 3
Release: 4
Summary: Administration and debugging tools for the XFS file system
License: GPL+ and LGPLv2+
URL: https://xfs.wiki.kernel.org
@ -82,6 +82,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*
@ -103,6 +105,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/
%changelog
* Wed May 08 2024 chendexi <chendexi@kylinos.cn> - 6.6.0-4
- Remove xfs_scrub related files from the main package to remove python dependencies
* Tue Apr 2 2024 liuh <liuhuan01@kylinos.cn> - 6.6.0-3
- sync patch from community