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:
parent
0bf3e5a8df
commit
7c6dcbc9b9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user