diff --git a/examples/hello-openshift/README.md b/examples/hello-openshift/README.md index f25888c226ea..b4b3b7158e27 100644 --- a/examples/hello-openshift/README.md +++ b/examples/hello-openshift/README.md @@ -1,6 +1,6 @@ Hello, OpenShift! ----------------- -This example will serve an http response of "Hello Openshift!" to [http://localhost:6061](http://localhost:6061). To create the pod run: +This example will serve an http response of "Hello OpenShift!" to [http://localhost:6061](http://localhost:6061). To create the pod run: $ osc create -f examples/hello-openshift/hello-pod.json diff --git a/openshift.spec b/openshift.spec index 965ad9418773..5d0082a57e40 100644 --- a/openshift.spec +++ b/openshift.spec @@ -40,7 +40,7 @@ BuildRequires: golang >= 1.2-7 %{summary} %package master -Summary: Openshift Master +Summary: OpenShift Master Requires: openshift = %{version}-%{release} Requires(post): systemd Requires(preun): systemd @@ -50,7 +50,7 @@ Requires(postun): systemd %{summary} %package node -Summary: Openshift Node +Summary: OpenShift Node Requires: openshift = %{version}-%{release} Requires: docker-io >= 1.3.2 Requires: tuned-profiles-openshift-node @@ -62,7 +62,7 @@ Requires(postun): systemd %{summary} %package -n tuned-profiles-openshift-node -Summary: Tuned profiles for Openshift Node hosts +Summary: Tuned profiles for OpenShift Node hosts Requires: tuned >= 2.3 %description -n tuned-profiles-openshift-node