angryip / ipscan

Angry IP Scanner - fast and friendly network scanner
angryip.org
GNU General Public License v2.0
4.08k stars 715 forks source link

RPM package: allow Java version newer than 11 #455

Open TomaszGasior opened 1 month ago

TomaszGasior commented 1 month ago

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"