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

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

Closed
UhichaKubernetes opened this issue Sep 13, 2023 · 1 comment
Closed

Comments

@UhichaKubernetes
Copy link

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.

@Siddhesh-Agarwal
Copy link

@UhichaKubernetes I faced the same problem. is there any workaround for this problem? I went ahead and tried this solution.

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

No branches or pull requests

2 participants