https://bugzilla.redhat.com/show_bug.cgi?id=1468971 --- Comment #2 from Qixiang Wan <qwan@xxxxxxxxxx> --- Hi Igor, Thanks for your comments, the remaining python-* packages are all available in python-* prefix only which I checked in fedora koji build system. python2-koji is available from koji-1.13 on fedora >= 25, so I have change the spec to have: %if 0%{?fedora} && 0%{?fedora} >= 25 BuildRequires: python2-koji %else BuildRequires: koji %endif %if 0%{?fedora} && 0%{?fedora} >= 25 Requires: python2-koji %else Requires: koji %endif -- 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