]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- remove /etc/mail/postfix-files /etc/mail/postfix-script, auto/th/postfix-2_6_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 2 Jun 2009 15:50:01 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /etc/mail/post-install, which postfix upgrade-configuration complains are
  present but no longer used
- rel 2

Changed files:
    postfix.spec -> 1.334

postfix.spec

index 30cb9396211afc7ebe9bea066ed9a12a5c35f328..fa13d52e17eb654bd65771d4f99c70a2f946dcf5 100644 (file)
@@ -33,7 +33,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:       2.6.1
-Release:       1
+Release:       2
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons/SMTP
@@ -343,6 +343,8 @@ touch $RPM_BUILD_ROOT/etc/security/blacklist.smtp
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/mail/makedefs.out
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/TLS_LICENSE
 
+rm $RPM_BUILD_ROOT%{_sysconfdir}/mail/{postfix-files,postfix-script,post-install}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -401,9 +403,6 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/dynamicmaps.cf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/master.cf
-%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/postfix-script
-%attr(755,root,root) %{_sysconfdir}/mail/post-install
-%{_sysconfdir}/mail/postfix-files
 %{_sysconfdir}/mail/postfix-wrapper
 %{_sysconfdir}/mail/postmulti-script
 %attr(740,root,root) /etc/cron.daily/postfix
This page took 0.035969 seconds and 4 git commands to generate.