[packages/xfsprogs] - fix packaging when built without scrub
hawk
hawk at pld-linux.org
Thu Apr 25 23:16:31 CEST 2024
commit d69e2421b52d767eabcea974ae2212ba9ed33a53
Author: Marcin Krol <hawk at tld-linux.org>
Date: Thu Apr 25 23:15:11 2024 +0200
- fix packaging when built without scrub
xfsprogs.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 7b0ef0f..e648dfd 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -213,8 +213,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /%{_lib}/libhandle.so.*.*
%attr(755,root,root) %ghost /%{_lib}/libhandle.so.1
%{_datadir}/%{name}
-%dir %{_libexecdir}/%{name}
%if %{with scrub}
+%dir %{_libexecdir}/%{name}
%attr(755,root,root) %{_libexecdir}/%{name}/xfs_scrub_fail
%endif
%{_mandir}/man5/projects.5*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/d69e2421b52d767eabcea974ae2212ba9ed33a53
More information about the pld-cvs-commit
mailing list