1 May
2020
1 May
'20
14:44
On Fri, 2020-05-01 at 09:41 -0400, Kyle Edwards wrote:
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?
I figured it out. The following worked for me: %if 0%{?ubuntu} == 1604 Support: pkg-create-dbgsym %endif Kyle -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org