rpm build changes for the RHEL8 changes previously committed

Signed-off-by: Steven Roberts <robers97@gmail.com>
Change-Id: If716446c0cc3e1445a690d9d633bb9543bf12441
diff --git a/thalerj/build-scripts/Makefile b/thalerj/build-scripts/Makefile
index 5277a82..3131d5f 100755
--- a/thalerj/build-scripts/Makefile
+++ b/thalerj/build-scripts/Makefile
@@ -14,7 +14,7 @@
 REL=1
 ARCH=noarch
 PROD=openbmctool
-RHEL_VER=7
+RHEL_VER=8
 NAME=$(PROD)-$(VER)-$(REL).$(ARCH)
 
 # Need to test RPMDIR to see if it is set. Otherwise set it.
diff --git a/thalerj/build-scripts/openbmctool-rhel8.spec b/thalerj/build-scripts/openbmctool-rhel8.spec
index 720b128..2d0c222 100644
--- a/thalerj/build-scripts/openbmctool-rhel8.spec
+++ b/thalerj/build-scripts/openbmctool-rhel8.spec
@@ -24,7 +24,7 @@
 It provides key functionality to easily work with the IBM OpenBMC RESTful API, making BMC management easy.
 
 %prep
-%setup -q -n %{name}-%{version}-%{release}
+%setup -q -n %{name}
 
 %install
 export DESTDIR=$RPM_BUILD_ROOT/opt/ibm/ras