sbotools
sbotools copied to clipboard
SBO::Lib::Pkgs: Fix getting available updates
When comparing package versions, consider only the case when the available package version is greater than the installed package version to be an update.
Example of the bug case:
...
apparmor 3.0.3 < needs updating (2.13.4 from SBo)
qt5ct 1.5 < needs updating (1.1 from SBo)
...
@pink-mist Could you please take a look at this PR?