Activity log for bug #1954724

Date Who What changed Old value New value Message
2021-12-14 02:03:40 Matthew Ruffell bug added bug
2021-12-14 02:03:49 Matthew Ruffell nominated for series Ubuntu Jammy
2021-12-14 02:03:49 Matthew Ruffell bug task added ubuntu-meta (Ubuntu Jammy)
2021-12-14 02:03:49 Matthew Ruffell nominated for series Ubuntu Impish
2021-12-14 02:03:49 Matthew Ruffell bug task added ubuntu-meta (Ubuntu Impish)
2021-12-14 02:14:45 Matthew Ruffell description On Impish and later, removing unattended-upgrades also removes ubuntu-server-minimal due to ubuntu-server-minimal depending on unattended-upgrades $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED: ubuntu-server-minimal unattended-upgrades 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. This behaviour has changed since ubuntu-meta 1.471 [1] when the ubuntu-server-minimal metapackage was introduced, declaring unattended-upgrades as Depends. [1] https://launchpadlibrarian.net/550345392/ubuntu-meta_1.470_1.471.diff.gz On Focal, there was no such behaviour on a fresh ubuntu-server install: $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED: unattended-upgrades 0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded. Removing unattended-upgrades is quite popular amongst our users, and they should be allowed to remove the package without removing the ubuntu-server-minimal metapackage. Looking at the source package for ubuntu-meta, unattended-upgrades is only Depends for ubuntu-server-minimal, maybe we should simply remove it? $ grep -Rin "unattended-upgrades" . ./server-minimal-armhf:23:unattended-upgrades ./server-minimal-riscv64:23:unattended-upgrades ./server-minimal-arm64:23:unattended-upgrades ./server-minimal-ppc64el:23:unattended-upgrades ./server-minimal-s390x:24:unattended-upgrades ./server-minimal-amd64:23:unattended-upgrades $ sudo apt rdepends unattended-upgrades unattended-upgrades Reverse Depends: Recommends: python3-software-properties Recommends: ubuntu-mate-desktop Recommends: ubuntu-mate-core Depends: freedombox Recommends: fbx-all Depends: ubuntu-server-minimal On Impish and later, removing unattended-upgrades also removes ubuntu-server-minimal due to ubuntu-server-minimal depending on unattended-upgrades $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED:   ubuntu-server-minimal unattended-upgrades 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. This behaviour has changed since ubuntu-meta 1.471 [1] when the ubuntu-server-minimal metapackage was introduced, declaring unattended-upgrades as Depends. [1] https://launchpadlibrarian.net/550345392/ubuntu-meta_1.470_1.471.diff.gz On Focal, there was no such behaviour on a fresh ubuntu-server install: $ sudo apt remove unattended-upgrades ... The following packages will be REMOVED:   unattended-upgrades 0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded. Removing unattended-upgrades is quite popular amongst our users, and they should be allowed to remove the package without removing the ubuntu-server-minimal metapackage. Looking at the source package for ubuntu-meta, unattended-upgrades is only Depends for ubuntu-server-minimal, maybe we should simply remove it, or instead, change to recommends? $ grep -Rin "unattended-upgrades" . ./server-minimal-armhf:23:unattended-upgrades ./server-minimal-riscv64:23:unattended-upgrades ./server-minimal-arm64:23:unattended-upgrades ./server-minimal-ppc64el:23:unattended-upgrades ./server-minimal-s390x:24:unattended-upgrades ./server-minimal-amd64:23:unattended-upgrades $ sudo apt rdepends unattended-upgrades unattended-upgrades Reverse Depends:   Recommends: python3-software-properties   Recommends: ubuntu-mate-desktop   Recommends: ubuntu-mate-core   Depends: freedombox   Recommends: fbx-all   Depends: ubuntu-server-minimal
2021-12-14 21:21:23 Dominique Poulain bug added subscriber Dominique Poulain
2022-01-05 10:50:11 Norbert tags impish jammy
2022-01-05 10:50:23 Norbert bug added subscriber Norbert
2022-01-05 10:50:27 Launchpad Janitor ubuntu-meta (Ubuntu): status New Confirmed
2022-01-05 10:50:27 Launchpad Janitor ubuntu-meta (Ubuntu Impish): status New Confirmed
2022-01-31 04:16:11 Matthew Ruffell ubuntu-meta (Ubuntu Jammy): status Confirmed Fix Released
2022-07-18 23:02:49 Brian Murray ubuntu-meta (Ubuntu Impish): status Confirmed Won't Fix