From d69e2421b52d767eabcea974ae2212ba9ed33a53 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 25 Apr 2024 23:15:11 +0200 Subject: [PATCH] - 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* -- 2.43.0