소스 검색

fix config overwrite problem

Ralf S. Engelschall 24 년 전
부모
커밋
c6030b369e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      postfix/postfix.spec

+ 2 - 2
postfix/postfix.spec

@@ -56,7 +56,7 @@ Version:      %{V_here}
 %else
 Version:      %{V_unstable}
 %endif
-Release:      16
+Release:      17
 
 #   list of sources
 Source0:      ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_real}.tar.gz
@@ -257,8 +257,8 @@ Provides:     MTA
     #   generate file list
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
         %{l_files_std} \
-        '%config %attr(-,root,%{l_fsgrp}) %{l_prefix}/etc/postfix/*.cf' \
         '%attr(-,root,%{l_fsgrp}) %{l_prefix}/etc/postfix' \
+        '%config %attr(-,root,%{l_fsgrp}) %{l_prefix}/etc/postfix/*.cf' \
         '%attr(-,root,%{l_fsgrp}) %{l_prefix}/libexec/postfix/*' \
         '%dir %attr(-,root,%{l_fsgrp}) %{l_prefix}/libexec/postfix' \
         '%dir %attr(-,root,%{l_fsgrp}) %{l_prefix}/var/postfix'