]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a note about the RPM spec file
authorGraham Leggett <minfrin@apache.org>
Tue, 18 Jan 2005 12:25:22 +0000 (12:25 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 18 Jan 2005 12:25:22 +0000 (12:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@125494 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 20a815d872da145341e80f3ab3f0d20d66890a52..af089b9b72a0dcc34c985acaa04cca75c785b931 100644 (file)
--- 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.]