Add hack to make debuginfo generation work with signed builds

This should be dropped once the fix for albs-node is deployed.

Reference: https://github.com/AlmaLinux/albs-node/pull/210
This commit is contained in:
Neal Gompa 2025-05-25 16:48:24 -05:00
parent 0bf3e5a8df
commit 7c6dcbc9b9

View File

@ -91,6 +91,11 @@ for flavor in %{flavors_to_build}; do
popd
done
# XXX: Deal with missing overrides in ALBS
# Drop when https://github.com/AlmaLinux/albs-node/pull/210 is deployed
find %{buildroot} -type f -name "*.ko" -exec chmod +x {} +
%files
%license COPYING
%doc README.md