Add RPM build script

This commit adds a build script for creating openbmctool rpms.

Signed-off-by: Justin Thaler thalerj@us.ibm.com
diff --git a/thalerj/RPMbuildfiles/README b/thalerj/RPMbuildfiles/README
new file mode 100644
index 0000000..a260acd
--- /dev/null
+++ b/thalerj/RPMbuildfiles/README
@@ -0,0 +1,7 @@
+README for build script
+
+This script is used to simplify the build process for rpms. It must be run with root privileges. 
+simply run the script with the current directory structure. It will prompt the user for the version
+and the release number to use. It will then create a tarball for the rpm content
+and then build the rpm. Once complete the new rpm can be found in /tmp/openbmctool-{version-release)/
+directory.