On Mon, 2020-04-13 at 14:11 -0400, Kyle Edwards wrote:
On Mon, 2020-04-13 at 08:45 -0400, Neal Gompa wrote:
Add to your Project Config the following stanza:
%if 0%{?debian} || 0%{?ubuntu} Support: pkg-create-dbgsym %endif
More information on project config: https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.pr jc onfig.html
Thanks Neal, this was exactly what I needed.
I have another question about this. Is it possible to be more specific than just "ubuntu"? pkg-create-dbgsym was removed as of 18.04, so I'd only like to use it if building for 16.04. Something like: %if 0%{?ubuntu16.04} Support: pkg-create-dbgsym %endif Is this possible? Kyle -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org