From 27f7b349206e819782c596c0267745722a48f4c447c6ef488e6c8a7dbf930144 Mon Sep 17 00:00:00 2001 From: Christof Hanke Date: Mon, 16 Apr 2018 17:13:02 +0000 Subject: [PATCH] Accepting request 597165 from home:hauky - fdupes: use symlinks instead of hardlinks. Do not fdupe /etc and /var OBS-URL: https://build.opensuse.org/request/show/597165 OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=9 --- openafs.changes | 6 ++++++ openafs.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/openafs.changes b/openafs.changes index 4c33d57..a2bff9b 100644 --- a/openafs.changes +++ b/openafs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 16 15:35:15 UTC 2018 - christof.hanke@mpcdf.mpg.de + +- fdupes: use symlinks instead of hardlinks. Do not fdupe + /etc and /var + ------------------------------------------------------------------- Fri Apr 6 10:53:13 UTC 2018 - christof.hanke@mpcdf.mpg.de diff --git a/openafs.spec b/openafs.spec index 7bd4320..5365e93 100644 --- a/openafs.spec +++ b/openafs.spec @@ -588,8 +588,9 @@ for d in %{buildroot}%{_mandir}/man*; do done cd $OLD_PWD -# check for duplicates, remove them and link them -%fdupes %{buildroot} +# replace duplicates by symlinks +%fdupes -s %{buildroot}/lib +%fdupes -s %{buildroot}/usr # # main