So... I was about to ask how come this then works:
```
%{?__debug_package:%{__debug_install_post}}\
%{__arch_install_post}\
%{__os_install_post}\
%{nil}
```

...but the answer is that *it doesn't*. The debug foobar gets appended to 
noarch package %install too, contrary to obvious intention of the original 
author. And okay, this can easily be witnessed by the debug*.list files 
appearing in the build directory of a noarch package, they're just unused as 
the %debug_package macro expands to nothing on noarch packages. 

Wacko :sweat_smile: 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1198#issuecomment-675357458
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to