From c6d5cc4452affb811882b7f770683dfb8d9803de Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Tue, 30 Apr 2024 17:14:45 -0400 Subject: [PATCH] Fix debuginfo Resolves: RHEL-34882 Signed-off-by: Kamal Heib --- mstflint.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mstflint.spec b/mstflint.spec index 248734b..41c0921 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -57,6 +57,7 @@ find %{buildroot} -type f -name '*.a' -delete # Mark these shared libs executable for find-debuginfo.sh to find them. # https://docs.fedoraproject.org/en-US/packaging-guidelines/Debuginfo/ chmod +x %{buildroot}/%{_libdir}/mstflint/python_tools/*.so +chmod +x %{buildroot}/%{_libdir}/mstflint/sdk/*.so %files %doc README