From: Graham Leggett Date: Tue, 18 Jan 2005 12:25:22 +0000 (+0000) Subject: Add a note about the RPM spec file X-Git-Tag: 2.0.53~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79de8de977923a0487f1f16726bfe8b218538b52;p=thirdparty%2Fapache%2Fhttpd.git Add a note about the RPM spec file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@125494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 20a815d872d..af089b9b72a 100644 --- a/STATUS +++ b/STATUS @@ -133,6 +133,13 @@ PATCHES TO BACKPORT FROM 2.1 svn rev 122711 +1: minfrin -0: jorton: users could rely on it working as-is; make it conditional? + minfrin: The existing spec file in the tree does not work, so not + applying this patch means we have no RPMs at all. + + I am strongly against making this conditional - a bundled APR + prevents other packages from being installed correctly, or + it leads to stupid situations like the sunfreeware packaged + subversion client depending on httpd. This mess must end. *) Add charset to the painfully old example CGI scripts. [These should really be replaced with proper encoding of the output.]