In RHEL10 rpmbuild cleans BUILDROOT and BUILD folder. We need it for tests.
Solution is to use --noclean parameter of rpmbuild.
There might be more folders in _BUILD_DIR. So we cant use `cd ${PACKAGE}-*`
Solution is to detect version number from installed package.