| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Hello, OpenShift! |
| 2 | 2 |
----------------- |
| 3 | 3 |
|
| 4 |
-This example will serve an http response of "Hello Openshift!" to [http://localhost:6061](http://localhost:6061). To create the pod run: |
|
| 4 |
+This example will serve an http response of "Hello OpenShift!" to [http://localhost:6061](http://localhost:6061). To create the pod run: |
|
| 5 | 5 |
|
| 6 | 6 |
$ osc create -f examples/hello-openshift/hello-pod.json |
| ... | ... |
@@ -40,7 +40,7 @@ BuildRequires: golang >= 1.2-7 |
| 40 | 40 |
%{summary}
|
| 41 | 41 |
|
| 42 | 42 |
%package master |
| 43 |
-Summary: Openshift Master |
|
| 43 |
+Summary: OpenShift Master |
|
| 44 | 44 |
Requires: openshift = %{version}-%{release}
|
| 45 | 45 |
Requires(post): systemd |
| 46 | 46 |
Requires(preun): systemd |
| ... | ... |
@@ -50,7 +50,7 @@ Requires(postun): systemd |
| 50 | 50 |
%{summary}
|
| 51 | 51 |
|
| 52 | 52 |
%package node |
| 53 |
-Summary: Openshift Node |
|
| 53 |
+Summary: OpenShift Node |
|
| 54 | 54 |
Requires: openshift = %{version}-%{release}
|
| 55 | 55 |
Requires: docker-io >= 1.3.2 |
| 56 | 56 |
Requires: tuned-profiles-openshift-node |
| ... | ... |
@@ -62,7 +62,7 @@ Requires(postun): systemd |
| 62 | 62 |
%{summary}
|
| 63 | 63 |
|
| 64 | 64 |
%package -n tuned-profiles-openshift-node |
| 65 |
-Summary: Tuned profiles for Openshift Node hosts |
|
| 65 |
+Summary: Tuned profiles for OpenShift Node hosts |
|
| 66 | 66 |
Requires: tuned >= 2.3 |
| 67 | 67 |
|
| 68 | 68 |
%description -n tuned-profiles-openshift-node |