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:
parent
48e36efbfc
commit
0aa12d6ff2
@ -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
|
Sun Oct 11 22:01:34 CEST 2020 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -5692,7 +5692,7 @@ sh ./copy-firmware.sh %{buildroot}/lib/firmware
|
|||||||
sh %{_sourcedir}/install-split.sh -v %{_sourcedir}/topics.list %{buildroot} < WHENCE
|
sh %{_sourcedir}/install-split.sh -v %{_sourcedir}/topics.list %{buildroot} < WHENCE
|
||||||
sh %{_sourcedir}/list-license.sh < %{_sourcedir}/licenses.list
|
sh %{_sourcedir}/list-license.sh < %{_sourcedir}/licenses.list
|
||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%if "%flavor" != "compressed"
|
%if "%flavor" != "compressed"
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user