https://bugzilla.redhat.com/show_bug.cgi?id=1111502
--- Comment #2 from Mikolaj Izdebski mizdebsk@redhat.com --- (In reply to Ville Skyttä from comment #0)
I wonder if it's possible to additionally package the native lib outside of a jar so a proper debuginfo package could be created?
This is a generic problem with Java packaging. I believe that it's better to extend debuginfo gererators to look into JARs for DSO to strip them and generate proper debuginfo.
Anyway if not I suppose this leaves the *.so containing debug symbols inside the jar and thus that one can be used for debugging. If so, the -debuginfo package should be disabled.
'git am'able fix attached (sans disabling the -debuginfo part). While at it, fixed one bogus date in %changelog.
Thanks for the patch, I'll apply it. I will disable debuginfo pagkages too, as they are empty anyways.