From c6030b369eb8a724d22a3312e30f2eef2b4709f8 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 12 Oct 2001 13:38:11 +0000 Subject: [PATCH] fix config overwrite problem --- postfix/postfix.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/postfix.spec b/postfix/postfix.spec index 92978de235..50747b849b 100644 --- a/postfix/postfix.spec +++ b/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'