Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore requirements of -doc packages when checking for misnamed #352

Merged
merged 2 commits into from
Nov 21, 2017
Merged

Ignore requirements of -doc packages when checking for misnamed #352

merged 2 commits into from
Nov 21, 2017

Conversation

irushchyshyn
Copy link
Contributor

Documentation packages usually have:

Requires:   %{name} = %{version}-%{release}

which makes them require python- named package. But this should not be a problem when we switch python- to mean python3- in names.
E.g. see python-paramiko, it is misclassified as Misnamed requires due to this.

This PR makes sure the -doc package requirements are ignored when checking for misnamed requirements.

Naming status changes
requires misnamed -> requires ok (5)

  • rpmdeplint
  • python-amqp
  • python-paramiko
  • python-reportlab
  • python-tracing

@encukou encukou merged commit f138685 into fedora-python:master Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants