From 39b2cfd3a172d5aa74e4c2635be7858f9aabc6553a5bd3cc2434fd8cad10f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 4 Aug 2015 13:03:10 +0000 Subject: [PATCH] - By default relink hardlinks too, should fix bnc#940296 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=13 --- fdupes.changes | 5 +++++ macros.fdupes | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"; \