openbmc-tools: remove trailing spaces from all files
Change-Id: I1c71bf3359718226d27f34c9fb87723edd318814
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
diff --git a/thalerj/RPMbuildfiles/README b/thalerj/RPMbuildfiles/README
index a260acd..34a1be3 100644
--- a/thalerj/RPMbuildfiles/README
+++ b/thalerj/RPMbuildfiles/README
@@ -1,7 +1,7 @@
README for build script
-This script is used to simplify the build process for rpms. It must be run with root privileges.
+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.
+directory.
diff --git a/thalerj/RPMbuildfiles/buildOpenbmctool.sh b/thalerj/RPMbuildfiles/buildOpenbmctool.sh
index 6205fb9..504f85c 100644
--- a/thalerj/RPMbuildfiles/buildOpenbmctool.sh
+++ b/thalerj/RPMbuildfiles/buildOpenbmctool.sh
@@ -7,6 +7,6 @@
rm -rf /tmp/openbmctool-$version-$release/*
cp ../* /tmp/openbmctool-$version-$release
tar -cvzf /root/rpmbuild/SOURCES/openbmctool-$version-$release.tgz -C /tmp openbmctool-$version-$release
-rpmbuild -ba --define "_version $version" --define "_release $release" /root/rpmbuild/SPECS/openbmctool.spec
+rpmbuild -ba --define "_version $version" --define "_release $release" /root/rpmbuild/SPECS/openbmctool.spec
cp /root/rpmbuild/RPMS/noarch/openbmctool-$version-$release.noarch.rpm /tmp/openbmctool-$version-$release/
diff --git a/thalerj/RPMbuildfiles/openbmctool.spec b/thalerj/RPMbuildfiles/openbmctool.spec
index cbff322..59cfd9f 100644
--- a/thalerj/RPMbuildfiles/openbmctool.spec
+++ b/thalerj/RPMbuildfiles/openbmctool.spec
@@ -12,7 +12,7 @@
Prefix: /opt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: python34
+Requires: python34
Requires: python34-requests
#%if 0%{?_unitdir:1}
@@ -26,7 +26,7 @@
%description
This package is to be applied to any linux machine that will be used to manage or interact with the IBM OpenBMC.
-It provides key functionality to easily work with the IBM OpenBMC RESTful API, making BMC management easy.
+It provides key functionality to easily work with the IBM OpenBMC RESTful API, making BMC management easy.
#%build
#%{__make}