On Monday 2015-11-09 00:07, Neal Gompa wrote:
This issue comes from a change in behavior from RPM 4.13. It'll propagate into OpenSUSE Tumbleweed and other distros soon enough.
If you want to tell it to not generate debug information, add the following to your spec:
%global debug_package %{nil}
This will tell _every_ distribution target capable of generating debuginfo packages to not do so.
And will therefore probably lead to a giant fireball, because OBS is in charge of enabling/disabling the debug flags. Whenever there was a debuginfo issue in OBS, removal of any override like the one you suggest made the errors go away. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org