Hi
It's commonly advised that if .spec file doesn't support `--without
check`, then to skip the check phase run rpmbuild with `--define 'check
exit 0'`. But if I do so, some packages fail with:
debugfiles.list: No such file or directory
That's because `find-debuginfo.sh` not run after %install phase.
Is it possible to skip the check without breaking generation of
debugfiles.list and without editing the .spec file?