Add distribution-gpg-keys 1.104+ds-2 to noble
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
distribution-gpg-keys (Ubuntu) |
Fix Released
|
Undecided
|
Lena Voytek | ||
Noble |
In Progress
|
Undecided
|
Lena Voytek |
Bug Description
[Impact]
distribution-
As stated by the reporter, this package allows users to bootstrap and build RPM distributions, useful for CI and image building purposes.
The package should be added to noble as well to provide the functionality to LTS users.
[Test Plan]
To test, the package should be installed on noble, and gpg keys should be checked. This can be done with the following commands:
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install distribution-
$ gpg --import /usr/share/
gpg: /root/.
gpg: key 05B555B38483C65D: public key "CentOS (CentOS Official Signing Key) <email address hidden>" imported
gpg: Total number processed: 1
gpg: imported: 1
$ gpg --import /usr/share/
gpg: key 05B555B38483C65D: "CentOS (CentOS Official Signing Key) <email address hidden>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
etc.
The package should also be tested by using its gpg keys for image building, such as with mkosi.
[Where problems could occur]
Since the package will be new to noble, it has not yet been tested in that version. Therefore if problems were to occur, it would most likely be in interactions with other packages. This could show up as conflicts in the /usr/share directory, or failures when using the contained gpg keys.
[Original Description]
Impact
This package was introduced in Oracular and is a simple archive of GPG keys for RPM-based distributions like Fedora, CentOS, Azure Linux and many more. It ships nothing but these keys, in a package-specific subdirectory.
It is useful to bootstrap and build those distributions on Noble, like we do in the systemd upstream CI using the mkosi image builder.
A simple rebuild with a new changelog entry is sufficient.
Scope
Backport version 1.104+ds-2 from oracular to noble-backports
Other Info
The package has no reverse dependencies in noble as it's new in oracular, so risk is very low. The GPG archive is updated a few times a year and might use follow-ups to update the keys.
Related branches
- git-ubuntu bot: Approve
- Andreas Hasenack: Approve
- Luca Boccassi (community): Approve
- Canonical Server Reporter: Pending requested
-
Diff: 14 lines (+6/-0)1 file modifieddebian/changelog (+6/-0)
Changed in distribution-gpg-keys (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in distribution-gpg-keys (Ubuntu Noble): | |
status: | New → In Progress |
assignee: | nobody → Lena Voytek (lvoytek) |
description: | updated |
description: | updated |
Thanks for the bug report Luca! As discussed on ubuntu-devel I will update this from a backports bug to SRU bug so we can include it as a new noble package in the archive. I created a PPA for noble here: https:/ /launchpad. net/~lvoytek/ +archive/ ubuntu/ distribution- gpg-keys- noble