Attempt at a fix for https://pagure.io/koji/issue/912
Uses the appropriate rpm macros for installing python wheels to provide the base koji lib. Packages the resulting dist-info data as well.
Because the RPM packaging of koji is slightly different (the koji_cli_plugins and some of the special utils are listed in setup.py but are actually broken up to be distinct subpackages in the RPM) we modify the spec slightly to omit those aspects and allow them to continue to be installed via make.
Attempt at a fix for https://pagure.io/koji/issue/912
Uses the appropriate rpm macros for installing python wheels to provide the base koji lib. Packages the resulting dist-info data as well.
Because the RPM packaging of koji is slightly different (the koji_cli_plugins and some of the special utils are listed in setup.py but are actually broken up to be distinct subpackages in the RPM) we modify the spec slightly to omit those aspects and allow them to continue to be installed via make.