-
Bug
-
Resolution: Done
-
Major
-
None
-
9.x
-
None
-
None
-
None
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
Section number and name: 4.5.4. An example SPEC file for a program written in Python
Describe the issue:
In bullet point 3. of this section:
In BuildRequires, always include items providing tools necessary for building Python packages: python3-devel (or python3.11-devel or python3.12-devel) and the relevant projects needed by the specific software that you package, for example, python3-setuptools (or python3.11-setuptools or python3.12-setuptools) or the runtime and testing dependencies needed to run the tests in the %check section.
The "projects" term usage doesn't seem accurate IMO.
Impact of this issue: Documentation consumers may be confused by the term.
Suggestions for improvement: In this context, it should probably be replaced with one of the following terms:
- packages
- software
- dependencies
- components