diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-17 18:27:19 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-17 18:27:19 +0100 |
commit | f7048947c2863b6db6e8c76552528e0ba974cfc8 (patch) | |
tree | 0e0b1d7503b6dc288f9717ce01e72eb6de39368d /build/rpm | |
parent | Update transformations. (diff) | |
download | apache2-f7048947c2863b6db6e8c76552528e0ba974cfc8.tar.xz apache2-f7048947c2863b6db6e8c76552528e0ba974cfc8.zip |
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
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index bcfca5d0e8..d9f42c8542 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* |