summaryrefslogtreecommitdiff
path: root/README_BDIST_RPM
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 15:47:16 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 15:47:16 +0100
commit25335618bf8755ce6b116ee14f47f5a1f2c821e9 (patch)
treed889d7ab3f9f985d0c54c534cb8052bd2e6d7163 /README_BDIST_RPM
downloadbzr-tarball-25335618bf8755ce6b116ee14f47f5a1f2c821e9.tar.gz
Tarball conversion
Diffstat (limited to 'README_BDIST_RPM')
-rw-r--r--README_BDIST_RPM8
1 files changed, 8 insertions, 0 deletions
diff --git a/README_BDIST_RPM b/README_BDIST_RPM
new file mode 100644
index 0000000..186f1c0
--- /dev/null
+++ b/README_BDIST_RPM
@@ -0,0 +1,8 @@
+There is a bug in disttools for distributions who's rpmbuild compresses
+the man pages. This causes an error building the final packages as it's
+expecting bzr.1 and not finding it, but finding bzr.1.gz that's unpackaged.
+
+This bug is known to affect Fedora, RHEL, and Centos distributions.
+
+There is a preliminary patch at http://bugs.python.org/issue644744 that
+fixes this issue with disttools.