Apparently the ExclusiveArch line is incorrect. The "noarch" shouldn't be there.
See releng trac: https://fedorahosted.org/rel-eng/ticket/6329
I've created an fpc ticket to have this updated in the guidelines: https://fedorahosted.org/fpc/ticket/587
What to do with existing packages? Run a script to update all nodejs specs (without rebuilding)?
Piotr
On Fri, Dec 4, 2015 at 9:51 AM, Piotr Popieluch piotr1212@gmail.com wrote:
On Fri, Dec 4, 2015 at 9:36 AM, Tom Hughes tom@compton.nu wrote:
<< >> Well the BuildArch is, in most cases, noarch.
The trick is the ExclusiveArch line which is what stops it build on unsupported platforms. See:
https://fedoraproject.org/wiki/Packaging:Node.js#ExclusiveArch
That is configured and has worked before.
%if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif
This specific module is nodejs-grunt-contrib-connect But I've seen more fail.
Tom
-- Tom Hughes (tom@compton.nu) http://compton.nu/ _______________________________________________ nodejs mailing list nodejs@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/nodejs@lists.fedoraproject.org