This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author greenrd
Recipients
Date 2005-03-23.15:51:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is on Fedora Core 3.

RPM automatically gzips man pages after the %install
stage. So any generated file lists MUST substitute .gz
filenames for non-.gz filenames for man pages, or the
file check stage that happens just before writing the
RPM out, will fail.

Attached patch is a 'quick hack' using sed, to solve
this issue. Improvements welcome.
History
Date User Action Args
2007-08-23 15:42:21adminlinkissue1169193 messages
2007-08-23 15:42:21admincreate