-
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:
The SPEC file given in the 4.5.4. An example SPEC file for a program written in Python section make use of the source archive from the https://github.com/fedora-python/Pello repository, making the work in section 3.3.2. Creating a source code archive for a sample Python program meaningless.
Manually changing the Source0 field to the local archive doesn't work as the given SPEC file depends on features not available in the source archive(setup.py) and the build will fail in section 4.5.4.
Impact of this issue: Documentation consumer will have unnecessary confusion.
Suggestions for improvement:
Either:
- Avoid using the source from the https://github.com/fedora-python/Pello repository.
- Change the source code of the pello package to match the one on the https://github.com/fedora-python/Pello repository.