mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Removes the windows installer patch for upgrading from v5.3.1 to v5.3.x that was introduced in https://github.com/containers/podman/pull/24827. We need to do that because windows patches are allowed only for small and minor updates https://learn.microsoft.com/en-us/windows/win32/msi/patching-and-upgrades. We also need to start blocking upgrades from v5.3.1 to v5.4.x, which will be implemented in a separate commit. Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>