[Rpm-maint] [rpm-software-management/rpm] Don't brp-strip .ko files (#1744)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Mon Jul 12 17:16:24 UTC 2021


@Conan-Kudo commented on this pull request.



> @@ -13,5 +13,5 @@ Darwin*) exit 0 ;;
 esac
 
 # Strip ELF binaries
-find "$RPM_BUILD_ROOT" -type f \! -regex "${RPM_BUILD_ROOT}/*usr/lib/debug.*" -print0 | \
+find "$RPM_BUILD_ROOT" -type f \! -regex "${RPM_BUILD_ROOT}/*usr/lib/debug.*" \! -name "*.ko" -print0 | \

This should cover `*.ko.(gz,xz,zst)` too, shouldn't it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1744#pullrequestreview-704358020
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210712/0e7e3fd3/attachment-0001.html>


More information about the Rpm-maint mailing list