https://bugzilla.redhat.com/show_bug.cgi?id=1715613 --- Comment #4 from Vitaly Zaitsev <vitaly@xxxxxxxxxxxxxx> --- 1. If you bundle any libraries, you must add: Provides: bundled(foo) = foo_version. 2. Provides: libtransmission = git%{transmission_shortcommit} is incorrect, because it will override packaged version in Fedora. 3. Final bundled provides should look like: Provides: bundled(libtransmission) = 0.94.git%{transmission_shortcommit} Provides: bundled(libnatpmp) = 0.git%{libnatpmp_commit} Provides: bundled(dht) = 0.26.git%{dht_commit} Provides: bundled(libutp) = 0.git%{libutp_commit} -- 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 Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx