RPM 4.20 introduce per-build directory. However, this also brings some issues where `%{_builddir}` might have different value in different context, leading to issues such as: ~~~ Processing files: ruby-default-gems-3.3.1-8.fc41.noarch make: *** /builddir/build/BUILD/ruby-3.3.1/redhat-linux-build: No such file or directory. Stop. ~~~ Therefore the generators are not executed properly. Use `%define` instead of `%global`, because those are laze evaluated and actually suggested by RPM upstream: https://github.com/rpm-software-management/rpm/issues/3151
Description
Languages
RPM Spec
60.1%
Diff
32.7%
Ruby
7.2%