From: Marcin Krol Date: Tue, 16 May 2023 18:10:36 +0000 (+0200) Subject: - .proto config files are required for setting up multi instance postfix X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostfix.git;a=commitdiff_plain;h=d0801a5faf9f1c076f33efe1a1aae30cc5916b59 - .proto config files are required for setting up multi instance postfix --- diff --git a/postfix.spec b/postfix.spec index ee2cf82..0fafa10 100644 --- a/postfix.spec +++ b/postfix.spec @@ -19,7 +19,7 @@ Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho Summary(sk.UTF-8): Agent prenosu pošty Postfix Name: postfix Version: 3.8.0 -Release: 1 +Release: 2 Epoch: 2 License: distributable Group: Networking/Daemons/SMTP @@ -338,7 +338,7 @@ touch $RPM_BUILD_ROOT/etc/security/blacklist.smtp > $RPM_BUILD_ROOT/var/spool/postfix/.nofinger -%{__rm} -rf $RPM_BUILD_ROOT%{_sysconfdir}/postfix/{makedefs.out,main.cf.{default,proto},master.cf.proto} +%{__rm} -rf $RPM_BUILD_ROOT%{_sysconfdir}/postfix/{makedefs.out,main.cf.default} %{__rm} -f $RPM_BUILD_ROOT%{_sysconfdir}/postfix/{,TLS_}LICENSE %clean @@ -449,7 +449,9 @@ echo #%ghost %{_sysconfdir}/postfix/*.db %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/postfix/dynamicmaps.cf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/postfix/main.cf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/postfix/main.cf.proto %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/postfix/master.cf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/postfix/master.cf.proto %{_sysconfdir}/postfix/postfix-files %attr(740,root,root) /etc/cron.daily/postfix %attr(754,root,root) /etc/rc.d/init.d/postfix