From c6d5cc4452affb811882b7f770683dfb8d9803de Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Apr 30 2024 21:40:38 +0000 Subject: Fix debuginfo Resolves: RHEL-34882 Signed-off-by: Kamal Heib --- 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