https://bugzilla.redhat.com/show_bug.cgi?id=1093503 --- Comment #5 from Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> --- $ rpm -qp --requires ./lua-term-0.03-2.el6.x86_64.rpm libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) lua < 5.1 lua >= 5.1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rtld(GNU_HASH) rpmlib(PayloadIsXz) <= 5.2-1 $ mock -r epel-6-x86_64 --install /tmp/lua-term-0.03-2.el6.x86_64.rpm Error: Package: lua-term-0.03-2.el6.x86_64 (/lua-term-0.03-2.el6.x86_64) Requires: lua < 5.1 Installed: lua-5.1.4-4.1.el6.x86_64 (@base) lua = 5.1 lua = 5.1.4-4.1.el6 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest The Requires version is wrong for EL6. According to the guideline drafts [1], you need this: %global luanext 5.2 Requires: lua >= %{luaver} Requires: lua < %{luanext} [1] https://fedoraproject.org/wiki/PackagingDrafts/Lua -- 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