Linux Installation Instructions
-The rpmbuild process should print out the location of the rpm towards the end of the build process, but it can be hard to find amongst the output.
-Typically the rpm will be placed in /usr/src/<dir>/RPMS/<arch>/, where <dir> is distribution specific. Possible folders are "redhat", "packages" or "extra.” The rpm file will be named using the same convention as the
-The command
find /usr/src
3.The resulting binary RPM package can be installed as detailed in the section “Installation From a Binary RPM” on page
Please consult the rpmbuild man pages for other options, for example, details how to build an RPM for a kernel variant other than the current running kernel version.