You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supplementary_style_guide/glossary_terms_conventions/general_conventions/s.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,7 @@ Therefore, if you need to use the indefinite article before "sosreport", use _an
644
644
645
645
[[source-rpm]]
646
646
==== image:images/yes.png[yes] Source RPM (noun)
647
-
*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.
647
+
*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.
648
648
649
649
*Use it*: yes
650
650
@@ -720,7 +720,7 @@ Therefore, if you need to use the indefinite article before "sosreport", use _an
720
720
// OCP: Added "In Red Hat OpenShift,"
721
721
[[spec]]
722
722
==== image:images/yes.png[yes] spec (noun)
723
-
*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.
723
+
*Description*: In Red Hat OpenShift, use "spec" and "spec file"when you want to describe an RPM spec file. You can also use "spec" for general usage when you describe Kubernetes or OpenShift Container Platform object specs, manifests, or definitions.
724
724
725
725
Example of correct usage:
726
726
@@ -734,7 +734,7 @@ _Update the `Pod` spec to reflect the changes._
734
734
735
735
[[spec-file]]
736
736
==== image:images/yes.png[yes] spec file (noun)
737
-
*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.
737
+
*Description*: The `rpmbuild` tool uses a _spec file_ to build an RPM package. A spec file defines instructions in a series of sections.
0 commit comments