https://bugzilla.redhat.com/show_bug.cgi?id=1024589 --- Comment #4 from Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> --- Spec URL: http://jamielinux.fedorapeople.org/gruntjs/js-zlib.spec SRPM URL: http://jamielinux.fedorapeople.org/gruntjs/SRPMS/js-zlib-0.2.0-2.fc21.src.rpm * Fri Mar 14 2014 Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> - 0.2.0-2 - add missing BuildArch: noarch - nodejs-zlibjs should only be built for {nodejs_arches} but js-zlib package does not have this limitation, so add logic for building nodejs-zlibjs only on {nodejs_arches} while allowing js-zlib to be built on all architectures - add logic for building on EPEL 6 OK so if you think this looks like one big hack... well it is. But it works! Until there is some other solution, this will do. Any arches that get added to the %{nodejs_arches} macro will have to be manually added to this Spec. >From the Spec: The following longwinded conditionals are required because both js-zlib and nodejs-zlibjs are 'BuildArch: noarch', but the nodejs-zlibjs package is additionally restricted to 'ExclusiveArch: {nodejs_arches} noarch' (while still remaining a noarch package). We want to build js-zlib on all arches, but unfortunately the 'ifarch' conditional cannot be combined with 'BuildArch: noarch'. This rules out the use of 'ifarch {nodejs_arches}' and we instead have to match {_arch} with each architecture we want to include. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review