diff options
author | Graham Leggett <minfrin@apache.org> | 2012-07-20 17:17:26 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2012-07-20 17:17:26 +0200 |
commit | 38637563d0ed7a96f916ee5b9c12bafeab2461b5 (patch) | |
tree | bea95773b2395a9e1440feff52f1105213b2ef89 /build/rpm | |
parent | RPM packaging: The PID file goes in /var/run in the RPM layout. (diff) | |
download | apache2-38637563d0ed7a96f916ee5b9c12bafeab2461b5.tar.xz apache2-38637563d0ed7a96f916ee5b9c12bafeab2461b5.zip |
RPM packaging: Remove the BuildArch from the manual package, this forces
the target to "noarch" for all packages and breaks the build on CentOS5.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 8e97145d80..c3d4616909 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -50,7 +50,6 @@ Group: Documentation Summary: Documentation for the Apache HTTP server. Requires: httpd = %{epoch}:%{version}-%{release} Obsoletes: secureweb-manual, apache-manual -BuildArch: noarch %description manual The httpd-manual package contains the complete manual and |