Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/hello-openshift/README.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions openshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down