Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: Use %progbits instead of @progbits
While @progbits is preferred for most architectures, there are some (notably 32-bit ARM) for which it does not. %progbits is effective everywhere. See https://bugzilla.redhat.com/show_bug.cgi?id=1950528 for more details. Related: nodejs/node#17933 Related: nodejs/node#37688 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
- Loading branch information