Procházet zdrojové kódy

fix config overwrite problem

Ralf S. Engelschall před 24 roky
rodič
revize
c6030b369e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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'