Justin Thaler | 35e3a04 | 2018-07-23 18:43:04 -0500 | [diff] [blame] | 1 | README for build script |
2 | |||||
3 | This script is used to simplify the build process for rpms. It must be run with root privileges. | ||||
4 | simply run the script with the current directory structure. It will prompt the user for the version | ||||
5 | and the release number to use. It will then create a tarball for the rpm content | ||||
6 | and then build the rpm. Once complete the new rpm can be found in /tmp/openbmctool-{version-release)/ | ||||
7 | directory. |