aboutcode-org / aboutcode-org/scancode-toolkit

rpm_specfile misspelled as rpm_spefile

Open
#4,869 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
2.6k
Forks
791
Avg merge
1d 12h
Merged PRs (30d)
5

Description

### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.