Disable more eln things

We have none as native compile is disabled.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-05 06:14:22 +03:00
parent 05a264cf24
commit 51b171f77d
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -618,11 +618,11 @@ echo %{emacs_libexecdir}/${nw_pdmp} >> nw-eln-filelist
# remove exec permissions from eln files to prevent the debuginfo extractor from
# trying to extract debuginfo from them
find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs chmod -x
#find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs chmod -x
# ensure native files are newer than byte-code files
# see: https://bugzilla.redhat.com/show_bug.cgi?id=2157979#c11
find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs touch
#find %{buildroot}%{_libdir}/ -name '*eln' -type f | xargs touch
%check