Преглед изворни кода

fixed typo and adjusted file list of SSL config files

Christoph Schug пре 23 година
родитељ
комит
5da9a7863b
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      apache/apache.spec

+ 6 - 2
apache/apache.spec

@@ -669,8 +669,12 @@ AutoReqProv:  no
         %{l_files_std} \
         '%attr(4755,root,%{l_mgrp}) %{l_prefix}/sbin/suexec' \
         '%config %{l_prefix}/etc/apache/*' \
-%if "%{mod_ssl}" == "yes"
-        '%config %{l_prefix}/etc/apache/ssl.*/*' \
+%if "%{with_mod_ssl}" == "yes"
+        '%config %{l_prefix}/etc/apache/ssl.crl/*.crl' \
+        '%config %{l_prefix}/etc/apache/ssl.crt/*.crt' \
+        '%config %{l_prefix}/etc/apache/ssl.csr/*.csr' \
+        '%config %{l_prefix}/etc/apache/ssl.key/*.key' \
+        '%config %{l_prefix}/etc/apache/ssl.prm/*.prm' \
 %endif
         '%config %attr(444,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/apache/apache.base'