On Sun, Nov 8, 2015 at 6:15 PM, Jan Engelhardt <jengelh@inai.de> wrote:
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.
Well, unfortunately, RPM no longer allows for empty debuginfo packages. This was permitted in RPM < 4.13, which allowed people to make packages like OP did. If you *know* that a package isn't going to have debug info, then set it and put a comment explaining why it is there. -- 真実はいつも一つ!/ Always, there's only one truth! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org