https://bugzilla.redhat.com/show_bug.cgi?id=1341662 --- Comment #21 from František Zatloukal <fzatlouk@xxxxxxxxxx> --- (In reply to Zbigniew Jędrzejewski-Szmek from comment #19) > It seems you actually need the dependency on jekyll, build fails otherwise. It's weird but this is happening only in koji. I'd bet on old mock running on koji and not finding binaries installed via gem install. I've worked around it for now by detecting and using full path to the jekyll binary via: %global jekyll_version 3.6.0 %global gems_dir %(gem environment | grep "USER INSTALLATION" | cut -d: -f2-) .... %{gems_dir}/gems/jekyll-%{jekyll_version}/exe/jekyll Thank you very much for the Review! -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx