diff --git a/fdupes.changes b/fdupes.changes index bf2c857..6a4f208 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 4 13:01:47 UTC 2015 - tchvatal@suse.com + +- By default relink hardlinks too, should fix bnc#940296 + ------------------------------------------------------------------- Mon Aug 3 19:26:55 UTC 2015 - tchvatal@suse.com diff --git a/macros.fdupes b/macros.fdupes index 071c707..fc9b3ad 100644 --- a/macros.fdupes +++ b/macros.fdupes @@ -2,7 +2,7 @@ _target=""; \ _symlinks=0; \ %{-s:_symlinks=1;} \ - fdupes -q -p -n -o name -r %1 | \ + fdupes -q -p -n -H -o name -r %1 | \ while read _file; do \ if test -z "$_target" ; then \ _target="$_file"; \