https://bugzilla.redhat.com/show_bug.cgi?id=1123169 --- Comment #3 from Tom Hughes <tom@xxxxxxxxxx> --- The resulting RPM has dependency issues: INFO: installing package(s): /home/tom/1123169-nodejs-linify/results/nodejs-linify-1.0.1-2.fc22.noarch.rpm ERROR: Command failed: # ['/usr/bin/yum', '--installroot', '/var/lib/mock/compton-rawhide-x86_64/root/', 'install', '/home/tom/1123169-nodejs-linify/results/nodejs-linify-1.0.1-2.fc22.noarch.rpm'] Error: Package: nodejs-linify-1.0.1-2.fc22.noarch (/nodejs-linify-1.0.1-2.fc22.noarch) Requires: npm(commander) = 1.2.0 Available: nodejs-commander-2.2.0-2.fc21.noarch (fedora) npm(commander) = 2.2.0 Error: Package: nodejs-linify-1.0.1-2.fc22.noarch (/nodejs-linify-1.0.1-2.fc22.noarch) Requires: npm(minimatch) >= 3 Installing: nodejs-minimatch-0.2.12-4.fc21.noarch (fedora) npm(minimatch) = 0.2.12 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest The issue with commander is that you need to quote ">= 1.2.0" in your %nodejs_fixdep line so that it is treated as one argument. As for minimatch, well there is no version 3 - current upstream is 1.0.0 and we only have 0.2.12 so your fixdep seems completely wrong. -- 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