From 67bf6499c854b22586d69ca2d83fff4bc8227a25 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 24 Jan 2009 17:29:05 +0000 Subject: [PATCH] Add not about bdist_rpm bug git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3925 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8d29d077..ce4a32fc 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,9 @@ chmod: .PHONY: dist dist: locale MANIFEST chmod $(PYTHON) setup.py sdist --formats=gztar +# no rpm buildable with bdist_rpm, presumable due to this bug: +# https://bugzilla.redhat.com/show_bug.cgi?id=236535 +# too uninvolved to fix it dist-stamp: changelog $(MAKE) dist