On Tue, Apr 29, 2014 at 4:44 PM, Jan Engelhardt <jengelh@inai.de> wrote:
On Tuesday 2014-04-29 22:31, Darin Perusich wrote:
Hello All,
I'm updating the packaging for Java:packages/antlr on SLES and it's failing because its coming back as a noarch package, however 'BuildArch: noarch' is not set in the main package or python component of the package.
If BuildArch:noarch is set in a subpackage, then:
under old rpm (such as in SLE11), this causes all packaged to be noarch.
So would the proper "fix" be to force the buildarch for SLES in the main package? However this ignores the BuildArch tags for the subpackages and when set for only the python package it's ignored also and still built as noarch. %if 0%{?suse_version} == 1110 BuildArch: %{_arch} %endif -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org