I set up two Fedora atomic machines recently absolutely the same way (same etc settings, same added packages...). They could have been rsync'ed.
For unknown reasons, some packages don't have same versions. Some examples:
cockpit-docker.x86_64 168-1.fc28 <> 169-1.fc28
ca-certificates.noarch 2018.2.24-1.0.fc28 <> 2018.2.22-3.fc28
When running # rpm-ostree upgrade on the machines with older versions, I get : No upgrade available, with a general upgrade or by package.
Example:
-------------------------------------------------------
# rpm-ostree upgrade cockpit-docker
1 metadata, 0 content objects fetched; 569 B transferred in 3 seconds Checking out tree 291ea90... done
Importing metadata [=============] 100%dora
Resolving dependencies... done
No upgrade available.
--------------------------------------
# rpm-ostree status lists the same layered packages.
What is the reason behind this difference and how to solve? Maybe an hint, the two machines were not built on the same days (in case day 0 is important for upgrades)
Thank you for help.