fix debuginfo generation for python_tools/*.so
This commit is contained in:
parent
ee3fcfb874
commit
e1bebae524
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user