Accepting request 841341 from home:tiwai:test:fw-fix

- Use fdupes -s (bsc#1177428);
  this seems fixing the mess up of hard-linked files by the package
  update

OBS-URL: https://build.opensuse.org/request/show/841341
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=327
This commit is contained in:
Takashi Iwai 2020-10-12 18:04:01 +00:00 committed by Git OBS Bridge
parent 48e36efbfc
commit 0aa12d6ff2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 10:09:10 CEST 2020 - tiwai@suse.de
- Use fdupes -s (bsc#1177428);
this seems fixing the mess up of hard-linked files by the package
update
-------------------------------------------------------------------
Sun Oct 11 22:01:34 CEST 2020 - tiwai@suse.de

View File

@ -5692,7 +5692,7 @@ sh ./copy-firmware.sh %{buildroot}/lib/firmware
sh %{_sourcedir}/install-split.sh -v %{_sourcedir}/topics.list %{buildroot} < WHENCE
sh %{_sourcedir}/list-license.sh < %{_sourcedir}/licenses.list
%endif
%fdupes %{buildroot}
%fdupes -s %{buildroot}
%if "%flavor" != "compressed"
%post