[Rpm-maint] [rpm-software-management/rpm] Don't brp-strip .ko files (#1744)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Mon Jul 12 17:16:51 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 | \
blah, I get it now and I didn't see the comments earlier...
--
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#discussion_r668113940
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210712/e51d80b1/attachment.html>
More information about the Rpm-maint
mailing list