Hi

In rpm 4.20 as currently available in rawhide, defining __debug_install_post seems to have no effect. The %mingw_package_header sets __debug_install_post as follows

%mingw_package_header                                         \
%global __strip %{mingw_strip}                                \
%global __objdump %{mingw_objdump}                            \
%global __debug_install_post %%{mingw_debug_install_post}     \
%{nil}

but %mingw_debug_install_post is never executed. Manually running

%mingw_debug_install_post

in %install works however.

Perhaps this is related to [1]? What is the correct way now to trigger the custom debug extraction script?

Thanks
Sandro

[1] https://github.com/rpm-software-management/rpm/issues/2204
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to