mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-03 12:11:40 +00:00
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>