linuxmint / mintupdate

The Linux Mint Update Manager
309 stars 152 forks source link

Fixed the Issue #728 on the original project #788

Closed costagabbie closed 1 year ago

costagabbie commented 1 year ago

https://github.com/linuxmint/mintupdate/issues/728

mtwebster commented 1 year ago

Hi, I think this needs to check an update's version directly rather than searching the package name itself.

Minor kernel security updates use their generic names (that point to the actual version) such as linux-generic, linux-image-generic, etc...

You could probably check if update.new_version contains the uname string.

LinuxOnTheDesktop commented 1 year ago

@costagabbie: any chance of making the needed change(s), please?

clefebvre commented 1 year ago

Implemented by https://github.com/linuxmint/mintupdate/commit/bebda4757b612408e8a7e2b383e2bd22e5146043.

There were a couple of things I didn't like in the PR: