Skip to content

the spec file used for building the RPM of the nmap is incorrect #2706

@UhichaKubernetes

Description

@UhichaKubernetes

The following configuration defined in the spec file used for building the RPM of the nmap source code is incorrect:
Requires: python >= 3.0

The correct configuration should be:
Requires: python3 >= 3.0

Because in RPM package-based Linux distributions, version 3 of Python is named python3 instead of python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions