Looks like the autopkgtests issues were cleared out, so here's the results of my testing with this SRU:
Tested on a fresh LXD container with the following versions: LXD: 6.8 Host: Ubuntu 26.04 LTS Container: Ubuntu 26.04 LTS from daily images ubuntu-release-upgrader-core: 1:26.04.18 `/etc/update-manager/release-upgrades` file originally seting `Prompt=normal`. `sudo do-release-upgrade -d` attempted to do an upgrade: ``` root@u1:~# sudo do-release-upgrade -d Checking for a new Ubuntu release = Welcome to Ubuntu 26.10 'Stonking Stingray' = The Ubuntu team is proud to announce Ubuntu 26.04 'Stonking Stingray'. ``` Upgraded ubuntu-release-upgrader-core from version 1:26.04.18 to 1:26.04.22 with `sudo apt install ubuntu-release-upgrader-core -t resolute-proposed`. `/etc/update-manager/release-upgrades` file now set `Prompt=lts` as it should. Attempting an upgrade with `sudo do-release-upgrade -d` results in no LTS found: ``` root@u1:~# sudo do-release-upgrade -d Checking for a new Ubuntu release There is no development version of an LTS available. To upgrade to the latest non-LTS development release set Prompt=normal in /etc/update-manager/release-upgrades. root@u1:~# ``` Success! ** Tags removed: verification-needed-resolute ** Tags added: verification-done verification-done-resolute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2154602 Title: [SRU] release-upgrades Prompt should be lts for Resolute Racoon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2154602/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
