** Description changed: + SRU Justification: + Impact: Breakage due to Debian keyring being not found after a merge with upstream lost a change from years ago + + Explanation of the fix: put back the change from years ago that removed + Debian's keyring as the keyring that's in use and replaces it with + Ubuntu's. + + Minimal patch: + + - keyrings = ['/usr/share/keyrings/ubuntu-archive-keyring.gpg', '/usr/share/keyrings/debian-keyring.pgp'] + + keyrings = ['/usr/share/keyrings/ubuntu-archive-keyring.gpg'] + + + TEST CASE: code-inspection should work + + Regression potential: none, this worked fine until the patch was lost + + == ORIG == + When mini-dinstall is configured to check signatures it requires the file `/usr/share/keyrings/debian-keyring.gpg` (provided by `debian- keyring`). One of two solutions: - 1. Add a `requires` on `mini-dinstall` to make sure the required keyring is there, or - 2. Modify the source of `mini-dinstall` to use a ubuntu keyring instead. + 1. Add a `requires` on `mini-dinstall` to make sure the required keyring is there, or + 2. Modify the source of `mini-dinstall` to use a ubuntu keyring instead.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/3417 Title: Lack of Ubuntufication (wrong or missing keyrings) -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
