mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-02 11:41:49 +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>