Running dnf check-update shows the previous package is available, so it seems to be ignoring the updated package revision presumably because the git version in the package revision is confusing dnf.
Seeing this also,
package egl-wayland-1.1.17^20241118giteeb29e1-5.fc41.x86_64 (which is newer than egl-wayland-1.1.17-6.fc41.x86_64) is already installed
The snapshot package should have been called 1.1.16^20241118giteeb29e1-5, even if the library itself is at version 1.1.17 in git, otherwise the final version results being lower than the snapshot. I'll see what I can do. Considering there is no change compared to the last snapshot, I might as well just wait the next update.
This update has been submitted for testing by slaanesh.
This update's test gating status has been changed to 'ignored'.
I ended up having to force install this package, as dnf reports this:
https://kojipkgs.fedoraproject.org//packages/egl-wayland/1.1.17/6.fc41/x86_64/egl-wayland-1.1.17-6 100% | 83.0 KiB/s | 42.5 KiB | 00m01s Package "egl-wayland.x86_64" is already installed.
Nothing to do.
Running dnf check-update shows the previous package is available, so it seems to be ignoring the updated package revision presumably because the git version in the package revision is confusing dnf.
Seeing this also,
package egl-wayland-1.1.17^20241118giteeb29e1-5.fc41.x86_64 (which is newer than egl-wayland-1.1.17-6.fc41.x86_64) is already installed
This update has been pushed to testing.
meh. Packaging guidelines don't mention this: https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_snapshots
The snapshot package should have been called
1.1.16^20241118giteeb29e1-5
, even if the library itself is at version 1.1.17 in git, otherwise the final version results being lower than the snapshot. I'll see what I can do. Considering there is no change compared to the last snapshot, I might as well just wait the next update.No big deal, there is a simple workaround.
This update has been unpushed.