- build -manual as noarch

This commit is contained in:
jorton 2009-06-16 11:47:48 +00:00
parent 8a37bd4c40
commit 39b4bd21b2

View File

@ -7,7 +7,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.2.11 Version: 2.2.11
Release: 8 Release: 9
URL: http://httpd.apache.org/ URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html Source1: index.html
@ -81,6 +81,7 @@ Group: Documentation
Summary: Documentation for the Apache HTTP server Summary: Documentation for the Apache HTTP server
Requires: httpd = %{version}-%{release} Requires: httpd = %{version}-%{release}
Obsoletes: secureweb-manual, apache-manual Obsoletes: secureweb-manual, apache-manual
BuildArch: noarch
%description manual %description manual
The httpd-manual package contains the complete manual and The httpd-manual package contains the complete manual and
@ -482,6 +483,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/*.sh %{_libdir}/httpd/build/*.sh
%changelog %changelog
* Tue Jun 16 2009 Joe Orton <jorton@redhat.com> 2.2.11-9
- build -manual as noarch
* Tue Mar 17 2009 Joe Orton <jorton@redhat.com> 2.2.11-8 * Tue Mar 17 2009 Joe Orton <jorton@redhat.com> 2.2.11-8
- fix pidfile in httpd.logrotate (thanks to Rainer Traut) - fix pidfile in httpd.logrotate (thanks to Rainer Traut)
- don't build mod_mem_cache or mod_file_cache - don't build mod_mem_cache or mod_file_cache