Update ubuntu-meta with promotions done between last ubuntu-meta build & release

Bug #2039328 reported by Dimitri John Ledkov
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-meta (Ubuntu)
Fix Released
Medium
Mauricio Faria de Oliveira
Mantic
Fix Released
Medium
Unassigned
Noble
Fix Released
Medium
Mauricio Faria de Oliveira

Bug Description

[ Impact ]

 * ubuntu-seeds were changed since last meta update
 * to ensure correct upgrades; regenerate ubuntu-meta with contents / changes done before release

[ Test Plan ]

 * Check that arm64 upgrades of ubuntu-desktop-minimal from lunar to mantic install newly recommended packages.

[ Where problems could occur ]

 * This is automatically generated change based on ubuntu-seeds commit [1].

 * Theoretically, regressions would occur if new desktop-minimal-recommends
   dependencies on arm64 (flash-kernel, protection-domain-mapper, qrtr-tools):
   - have issues on install during release-upgrade;
   - have issues on regular system usage (after installed).

[ Other Info ]

 * ubuntu-meta was not uploaded during final freeze, to prevent rebuilding all images as changes affect arm64 only, which is a brand new release image

 * protection-domain-mapper [2] and qrtr [3] moved from universe to main in Mantic.
 * flash-kernel is/was already in main.

[1] https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu/commit/?id=afe820cd49514896e96d02303298ed873d8d7f8a
[2] https://launchpad.net/ubuntu/+source/protection-domain-mapper/1.0-4ubuntu2/+publishinghistory
[3] https://launchpad.net/ubuntu/+source/qrtr/1.0-2ubuntu1/+publishinghistory

Related branches

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

The changes are not yet in the development release (Noble).

Submitted MR [1] with noble series update + these changes.

[1] https://code.launchpad.net/~mfo/ubuntu/+source/ubuntu-meta/+git/ubuntu-meta/+merge/455081

Changed in ubuntu-meta (Ubuntu Mantic):
status: New → Confirmed
importance: Undecided → Medium
Changed in ubuntu-meta (Ubuntu Noble):
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Mauricio Faria de Oliveira (mfo)
Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote (last edit ):

Updated regression potential with theoretical issues, and other info with status in main for protection-domain-mapper and qrtr.

description: updated
description: updated
description: updated
description: updated
Changed in ubuntu-meta (Ubuntu Noble):
status: Confirmed → Fix Committed
Revision history for this message
Steve Langasek (vorlon) wrote :

ubuntu-meta sponsored to noble, but no bug ref in changelog, so marking this fix released for noble.

Changed in ubuntu-meta (Ubuntu Noble):
status: Fix Committed → Fix Released
Changed in ubuntu-meta (Ubuntu Mantic):
status: Confirmed → Fix Committed
tags: added: verification-needed verification-needed-mantic
Revision history for this message
Steve Langasek (vorlon) wrote : Please test proposed package

Hello Dimitri, or anyone else affected,

Accepted ubuntu-meta into mantic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ubuntu-meta/1.524.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-mantic to verification-done-mantic. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-mantic. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done on mantic-proposed.

On arm64 with ubuntu-desktop-minimal installed,
running do-release-upgrade from lunar to mantic
(with mantic-proposed enabled and pinning setup)
does install `protection-domain-mapper` and
`qrtr-tools` (`flash-kernel` already installed).

Test Steps:
---

Part 1)
- launch aws arm64 instance with Ubuntu 22.04/jammy

Part 2)
- do-release-upgrade to 22.10/lunar
- install ubuntu-desktop-minimal
- enable lunar-proposed (converted to mantic-proposed in do-release-upgrade later)

Part 3)
- set pin priority for mantic-proposed/ubuntu-desktop-minimal
- do-release-upgrade to 23.04/mantic

Details:
---

Start on Jammy:

 $ lsb_release -cs
 jammy

 $ dpkg --print-architecture
 arm64

 $ uname -m
 aarch64

 $ sudo apt update && sudo apt -y dist-upgrade && sudo reboot

Upgrade to Lunar:

 $ sudo sed -i 's/^Prompt=.*/Prompt=normal/' -i /etc/update-manager/release-upgrades
 $ do-release-upgrade
 Checking for a new Ubuntu release

 = Welcome to Ubuntu 23.04 'Lunar Lobster' =
 ...

 $ lsb_release -cs
 No LSB modules are available.
 lunar

Prepare for testing:

 $ sudo apt install -y ubuntu-desktop-minimal

Test/Before: (only 1 out of 3 packages installed)

 $ dpkg -s flash-kernel protection-domain-mapper qrtr-tools | grep -e Package: -e Version:
 dpkg-query: package 'protection-domain-mapper' is not installed and no information is available
 dpkg-query: package 'qrtr-tools' is not installed and no information is available
 Use dpkg --info (= dpkg-deb --info) to examine archive files.
 Package: flash-kernel
 Version: 3.106ubuntu14

Enable -proposed:

 $ sudo add-apt-repository -yp proposed

 cat <<EOF | sudo tee /etc/apt/preferences.d/proposed
 Package: ubuntu-desktop-minimal
 Pin: release a=mantic-proposed
 Pin-Priority: 500
 EOF

Upgrade to Mantic:

 $ do-release-upgrade
 Checking for a new Ubuntu release

 = Welcome to Ubuntu 23.10 'Mantic Minotaur' =

 ...
 Get:1 http://ports.ubuntu.com/ubuntu-ports mantic-proposed/main arm64 ubuntu-desktop-minimal arm64 1.524.1 [10.8 kB]
 ...

 $ lsb_release -cs
 No LSB modules are available.
 mantic

Test/After: (all 3 out of 3 packages installed)

 $ dpkg -s flash-kernel protection-domain-mapper qrtr-tools | grep -e Package: -e Version:
 Package: flash-kernel
 Version: 3.107ubuntu2
 Package: protection-domain-mapper
 Version: 1.0-4ubuntu2
 Package: qrtr-tools
 Version: 1.0-2ubuntu1

The 'Recommends:' field:

 $ dpkg -s ubuntu-desktop-minimal | grep -e Version:
 Version: 1.524.1

 $ dpkg -s ubuntu-desktop-minimal | grep -e Recommends: | grep -o -e flash-kernel -e protection-domain-mapper -e qrtr-tools
 flash-kernel
 protection-domain-mapper
 qrtr-tools

tags: added: verification-done verification-done-mantic
removed: verification-needed verification-needed-mantic
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ubuntu-meta - 1.524.1

---------------
ubuntu-meta (1.524.1) mantic; urgency=medium

  * Refreshed dependencies LP: #2039328
  * Added flash-kernel to desktop-minimal-recommends [arm64], desktop-
    recommends [arm64]
  * Added protection-domain-mapper to desktop-minimal-recommends
    [arm64], desktop-recommends [arm64]
  * Added qrtr-tools to desktop-minimal-recommends [arm64], desktop-
    recommends [arm64]

 -- Dimitri John Ledkov <email address hidden> Fri, 13 Oct 2023 23:28:04 +0100

Changed in ubuntu-meta (Ubuntu Mantic):
status: Fix Committed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of the Stable Release Update for ubuntu-meta has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.