doc-files should break files up into multiple lines, as per RPM expectation when using %doc section of the RPM spec, it expects multiple files to be listed each on their own line. Currently what gets passed in is: %doc which throws: error: More than one file on a line: error: More than one file on a line: error: More than one file on a line: Expectation is to break the files up into separate lines: %doc which then works as expected with multiple files.
Should this be closed? It looks like the PR is only changing a file in distutils, and according to https://bugs.python.org/issue30925#msg386350 distutils is deprecated and only release blocking issues will be considered.
> Should this be closed? Copy from PEP-632: In Python 3.10 and 3.11, distutils will be formally marked as deprecated. All known issues will be closed at this time. I close this bpo. If there have some block issues to discuss, we can reopen it again:)
History
Date
User
Action
Args
2022-04-11 14:58:49
admin
set
github: 75107
2021-08-22 02:40:47
shihai1991
set
status: open -> closednosy: + shihai1991messages: + resolution: out of datestage: resolved