|
|
@@ -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'
|
|
|
|