Skip to content

Commit

Permalink
item-23-147
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitzmau committed Sep 28, 2023
1 parent 4688c81 commit 2a93249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The practice of having both modes together is often referred to as _hybrid_, _ag

[[binary-rpm]]
==== image:images/yes.png[yes] binary RPM (noun)
*Description*: A _binary RPM_ is an RPM package that contains the binaries built from sources and patches.
*Description*: A _binary RPM_ file is an RPM package that contains the binaries built from sources and patches.

*Use it*: yes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ Therefore, if you need to use the indefinite article before "sosreport", use _an

[[source-rpm]]
==== image:images/yes.png[yes] Source RPM (noun)
*Description*: _Source RPM_, or SRPM, is an RPM package that contains the complete source code, including any patches, and a SPEC file that describes how to build the source code into a binary RPM.
*Description*: _Source RPM_, or SRPM, is an RPM package that contains the complete source code, including any patches, and a SPEC file that describes how to build the source code into a binary RPM file.

*Use it*: yes

Expand Down Expand Up @@ -720,7 +720,7 @@ Therefore, if you need to use the indefinite article before "sosreport", use _an
// OCP: Added "In Red Hat OpenShift,"
[[spec]]
==== image:images/yes.png[yes] spec (noun)
*Description*: In Red Hat OpenShift, in addition to "spec file", which is permitted when it relates to RPM spec files, you can also use "spec" for general usage when you describe Kubernetes or OpenShift Container Platform object specs, manifests, or definitions.
*Description*: In Red Hat OpenShift, in addition to "spec file", which is permitted when it relates to an RPM's spec file, you can also use "spec" for general usage when you describe Kubernetes or OpenShift Container Platform object specs, manifests, or definitions.

Example of correct usage:

Expand All @@ -734,7 +734,7 @@ _Update the `Pod` spec to reflect the changes._

[[spec-file]]
==== image:images/yes.png[yes] spec file (noun)
*Description*: _Spec files_ are used as part of rebuilding RPMs. The spec file outlines how to configure and compile the RPM as well as how to install the files later.
*Description*: The `rpmbuild` tool uses a _Spec file_ to build an RPM package. A spec file provides the necessary information to the build tool by defining instructions in a series of sections.

*Use it*: yes

Expand Down Expand Up @@ -1051,7 +1051,7 @@ Use "Storage Pool Manager (SPM)" for the first instance in a section, and "SPM"

[[subpackage]]
==== image:images/yes.png[yes] subpackage (noun)
*Description*: "Subpackage" has a specific, specialized meaning in Red Hat products. An RPM spec file can define more than one package; these additional packages are called _subpackages_. CCS strongly discourages any other use of "subpackage". Subpackages are not the same as dependencies; do not treat them as if they are.
*Description*: "Subpackage" has a specific, specialized meaning in Red Hat products. An RPM's spec file can define more than one package; these additional packages are called _subpackages_. CCS strongly discourages any other use of "subpackage". Subpackages are not the same as dependencies; do not treat them as if they are.

*Use it*: yes

Expand Down

0 comments on commit 2a93249

Please sign in to comment.