https://bugs.kde.org/show_bug.cgi?id=440222
--- Comment #5 from Harald Sitter <[email protected]> --- Git commit abda90d8fac48cf30161a27859d212c5f70e231e by Harald Sitter. Committed on 18/08/2021 at 11:23. Pushed by sitter into branch 'Neon/unstable'. mark versioned kernels auto there is a bug in packagekit that makes packages installed during updates manual. this is extra horrible for kernels because they litter up the system and even though we don't autoremove anyway, the user also can't autoremove them because of this snafu the new tool filters all (I hope) versioned package names from showmanual and marks them auto again. this should enable autoremove to clean them up properly apt has guards in place to not remove too many kernels, so we can, for the most part, mark them liberally auto. the only concern here would be to mark meta packages incorrectly as well. I've also made a trivial test case so we can add more samples in case we fall into the meta package trap and need to test against it this currently only targets Neon/unstable for testing A +21 -0 lib/systemd/system/neon-apt-mark-kernels-auto.service A +4400 -0 test/data/kernel_auto.apt-mark A +71 -0 test/kernel_auto_test.rb A +62 -0 usr/lib/neon_update/kernel_auto.rb https://invent.kde.org/neon/neon/settings/commit/abda90d8fac48cf30161a27859d212c5f70e231e -- You are receiving this mail because: You are watching all bug changes.
