fix debuginfo generation for python_tools/*.so

This commit is contained in:
Michal Schmidt 2023-02-03 15:56:19 +01:00
parent ee3fcfb874
commit e1bebae524

View File

@ -49,6 +49,10 @@ rm -fr %{buildroot}%{_includedir}
find %{buildroot} -type f -name '*.la' -delete
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
%files
%doc README
%_bindir/*