mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-18 20:46:02 +00:00
adb8241a83
In the event that a symlink target changes between two versions, and the files the symlink points to also change and would create a delta, do not create a delta between the symlinks. The real delta is between the underlying files the symlinks point to, which is created separately. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>