Issue 1169193: Handle ungzipped man pages in rpm builds correctly (original) (raw)

Issue1169193

Created on 2005-03-23 15:51 by greenrd, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch greenrd,2005-03-23 15:51 diff against head
Messages (3)
msg48050 - (view) Author: Robin Green (greenrd) Date: 2005-03-23 15:51
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.
msg81560 - (view) Author: Akira Kitada (akitada) * Date: 2009-02-10 16:49
Duplicate of
msg85549 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-04-05 18:41
Closing this one as duplicate.
History
Date User Action Args
2022-04-11 14:56:10 admin set github: 41748
2009-11-23 02:47:00 dmalcolm set nosy: + dmalcolm
2009-04-05 18:41:36 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + superseder: bdist_rpm fails when installing man pagesresolution: duplicate
2009-02-10 16:49:02 akitada set nosy: + akitadamessages: +
2009-02-10 16:46:27 akitada set nosy: + tarektype: behaviorversions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7, - Python 2.3
2005-03-23 15:51:30 greenrd create