hwe kernel not scoped under "Ubuntu Base"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
update-manager (Ubuntu) |
Fix Released
|
Low
|
William Wilson | ||
Focal |
Fix Released
|
Medium
|
William Wilson | ||
Groovy |
Fix Released
|
Medium
|
William Wilson | ||
Hirsute |
Fix Released
|
Low
|
William Wilson |
Bug Description
linux-image-
linux-headers-
linux-generic-
Are all listed as standalone updates in update manager, instead they should be grouped under Ubuntu Base.
[Impact]
* When running update-manager, hwe kernel packages and some other
kernel packages were not appearing under Ubuntu Base as they should
* This was causing the section "Other Updates" to appear cluttered
* Backporting to stable releases because of the visual impact to users
[Test Case]
* If no updates for kernel related packages are available, downgrade some
kernel related packages such as the hwe packages listed in this bug
report
* Run update-manager and observe that the kernel packages are not
grouped under Ubuntu Base
[Where problems could occur]
* Packages that don't belong under Ubuntu Base could be grouped under
Ubuntu Base if the new regex is too generic.
* Packages that do belong under Ubuntu Base could be missed if the regex
does not account for them
[Other info]
* In the future it would be best if new packages do not begin with the
string "linux-" unless they are related to the kernel. This will
prevent these packages from being accidentally grouped under
Ubuntu Base
* Currently there are a few "linux-*" packages that do not belong under
Ubuntu Base, such as linux-show-player and linux-sound-base.
Related branches
- Brian Murray: Needs Fixing
-
Diff: 237 lines (+105/-43)6 files modifiedUpdateManager/Core/UpdateList.py (+22/-38)
UpdateManager/Dialogs.py (+3/-2)
debian/changelog (+6/-1)
tests/aptroot-grouping-test/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_binary-amd64_Packages (+24/-0)
tests/aptroot-grouping-test/var/lib/dpkg/status (+30/-0)
tests/test_update_list.py (+20/-2)
- Brian Murray: Approve
-
Diff: 338 lines (+203/-47)5 files modifiedUpdateManager/Core/UpdateList.py (+34/-44)
debian/changelog (+7/-0)
tests/aptroot-grouping-test/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_binary-amd64_Packages (+24/-0)
tests/aptroot-grouping-test/var/lib/dpkg/status (+70/-0)
tests/test_update_list.py (+68/-3)
Changed in update-manager (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Confirmed |
tags: | added: fr-897 |
tags: | removed: champagne |
Changed in update-manager (Ubuntu Hirsute): | |
assignee: | nobody → William Wilson (jawn-smith) |
Changed in update-manager (Ubuntu Focal): | |
status: | New → Triaged |
Changed in update-manager (Ubuntu Groovy): | |
status: | New → Triaged |
Changed in update-manager (Ubuntu Focal): | |
milestone: | none → focal-updates |
importance: | Undecided → Medium |
Changed in update-manager (Ubuntu Groovy): | |
importance: | Undecided → Medium |
description: | updated |
tags: |
added: verification-done verification-done-focal verification-done-groovy removed: verification-needed verification-needed-focal verification-needed-groovy |
Changed in update-manager (Ubuntu Groovy): | |
assignee: | nobody → William Wilson (jawn-smith) |
Changed in update-manager (Ubuntu Focal): | |
assignee: | nobody → William Wilson (jawn-smith) |
tags: | removed: verification-done verification-done-focal verification-done-groovy |
See _get_linux_ packages( ) in UpdateManager/ Core/UpdateList .py, there are no versioned kernel packages or hwe packages in there.