<!-- Please fill out as much of the below template and delete unnecessary text. Sample Bug Report - https://github.com/nexB/scancode-toolkit/issues/1778 Markdown Styling - https://commonmark.org/help/ --> ### Description > Please leave a brief description of the bug or feature request: https://github.com/aboutcode-org/scancode-toolkit/blob/develop/src/packagedcode/rpm.py#L273 ``` datasource_id = 'rpm_spefile' ``` should be: ``` datasource_id = 'rpm_specfile' ``` As I am not sure if this is now "intended behaviour" (it has been there for a number of years) I am not sending a PR. @pombredanne
Description
https://github.com/aboutcode-org/scancode-toolkit/blob/develop/src/packagedcode/rpm.py#L273
should be:
As I am not sure if this is now "intended behaviour" (it has been there for a number of years) I am not sending a PR.
@pombredanne