diff options
author | Graham Leggett <minfrin@apache.org> | 2018-02-26 15:32:02 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-02-26 15:32:02 +0100 |
commit | feedb2c7d11ae2b61eb1960686c6d65d9a8c9a0b (patch) | |
tree | fa776e1d490e4ff4bc9e1daea2efeb8d4422c399 | |
parent | rpm: Add mod_mpm_motorz to the build. (diff) | |
download | apache2-feedb2c7d11ae2b61eb1960686c6d65d9a8c9a0b.tar.xz apache2-feedb2c7d11ae2b61eb1960686c6d65d9a8c9a0b.zip |
rpm: Add the ctlogconfig.8 man page to the build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825380 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build/rpm/httpd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 6d25b627fc..a8fabb06e0 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -486,6 +486,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/modules/mod_ssl.so %{_libdir}/httpd/modules/mod_ssl_ct.so %{_sbindir}/ctlogconfig +%{_mandir}/man8/ctlogconfig.8* %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-ssl.conf %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-ssl.conf %attr(0700,apache,root) %dir %{_localstatedir}/cache/mod_ssl |