Comment 3 for bug 1889385

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

SRU verification for Focal:
I have reproduced the problem with zsys 0.4.6 in focal-updates and have verified that the version of zsys 0.4.7 in -proposed fixes the issue.

Marking as verification-done

For reference this is the script I used to create the snapshots:
==========
#!/bin/sh

timedatectl set-ntp no

weeks=52
date -s "$weeks weeks ago"

for d in $(seq $weeks); do
        zsysctl state save --system --no-update-bootmenu
        date -s "+7 days"
done

timedatectl set-ntp yes
==========