In Rawhide, koji package is split into koji, python2-koji and python3-koji. The python2 library is therefore no longer part of the koji package. The downside is that now I need to maintain conditionals in my specfile like:
koji
python2-koji
python3-koji
%if 0%{?fedora} >= 27 Requires: python2-koji >= 1.10.0 %else Requires: koji >= 1.10.0 %endif
Could you please add Provides: python2-koji to koji package in Fedora 24-26? That would make it easier for people to depend on the python2 library (just a single Requires: python2-koji) instead of maintaining conditionals.
Provides: python2-koji
Requires: python2-koji
Thanks a lot.
This is not the place to report Fedora specific packaging issues. You want Bugzilla
That being said, Fedora really should be creating koji 1.13 builds for all supported Fedora releases
OK, created the request here: https://bugzilla.redhat.com/show_bug.cgi?id=1470703
You're still the assignee, @mikem ;-)
closing in favor of the bugzilla
Metadata Update from @mikem: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/513
Please continue any further discussion there.