We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently RPM package requires Java 11, even though on the website there is:
Make sure you have at least Java 11 or OpenJDK installed - check your distribution.
After installing RPM package from download page, I am unable to uninstall Java 11, even though I have newer Java installed.
It looks like it would be as simple to fix as changing this:
https://github.com/angryip/ipscan/blob/master/ext/rpmbuild/SPECS/ipscan.spec#L10
to "java >= 11"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently RPM package requires Java 11, even though on the website there is:
After installing RPM package from download page, I am unable to uninstall Java 11, even though I have newer Java installed.
It looks like it would be as simple to fix as changing this:
https://github.com/angryip/ipscan/blob/master/ext/rpmbuild/SPECS/ipscan.spec#L10
to "java >= 11"
The text was updated successfully, but these errors were encountered: