SHA256
1
0
forked from pool/openafs

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
This commit is contained in:
Christof Hanke 2018-04-16 17:13:02 +00:00 committed by Git OBS Bridge
parent 40da544675
commit 27f7b34920
2 changed files with 9 additions and 2 deletions

View File

@ -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 Fri Apr 6 10:53:13 UTC 2018 - christof.hanke@mpcdf.mpg.de

View File

@ -588,8 +588,9 @@ for d in %{buildroot}%{_mandir}/man*; do
done done
cd $OLD_PWD cd $OLD_PWD
# check for duplicates, remove them and link them # replace duplicates by symlinks
%fdupes %{buildroot} %fdupes -s %{buildroot}/lib
%fdupes -s %{buildroot}/usr
# #
# main # main