From c6f5b1a5464fbce225be6ee07b5556a2bc6bfeed Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 17 Dec 2011 17:27:19 +0000 Subject: [PATCH] RPM: add firehose and mod_firehose to the RPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215533 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/httpd.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index bcfca5d0e88..d9f42c8542b 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -353,6 +353,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/modules/mod_ext_filter.so %{_libdir}/httpd/modules/mod_file_cache.so %{_libdir}/httpd/modules/mod_filter.so +%{_libdir}/httpd/modules/mod_firehose.so %{_libdir}/httpd/modules/mod_headers.so %{_libdir}/httpd/modules/mod_heartbeat.so %{_libdir}/httpd/modules/mod_heartmonitor.so @@ -451,6 +452,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/httxt2dbm %{_sbindir}/rotatelogs %{_mandir}/man1/dbmmanage.1* +%{_mandir}/man1/firehose.1* %{_mandir}/man1/htdbm.1* %{_mandir}/man1/htdigest.1* %{_mandir}/man1/htpasswd.1* -- 2.47.3