]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix.spec
Version: 2.10.3
[packages/postfix.git] / postfix.spec
index 6e900536da727066390022d51f5021ba026b6911..dee91b4fe4c465455dc35ab85dc813d743d7ba17 100644 (file)
@@ -33,13 +33,13 @@ Summary(pl.UTF-8):  Serwer SMTP Postfix
 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.10.1
-Release:       0.1
+Version:       2.10.3
+Release:       1
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons/SMTP
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: 209e81079325b6758a7dcf531a0d5f7a
+# Source0-md5: f984eba77f0c093ec9618fcc4e7305e0
 Source1:       %{name}.aliases
 Source2:       %{name}.cron
 Source3:       %{name}.init
@@ -403,14 +403,14 @@ fi
 %{_bindir}/newaliases
 /sbin/chkconfig --add postfix
 %service postfix restart "Postfix Daemon"
-%systemd_post
+%systemd_post postfix.service
 
 %preun
 if [ "$1" = "0" ]; then
        %service postfix stop
        /sbin/chkconfig --del postfix
 fi
-%systemd_preun
+%systemd_preun postfix.service
 
 %postun
 /sbin/ldconfig
@@ -421,6 +421,9 @@ if [ "$1" = "0" ]; then
 fi
 %systemd_reload
 
+%triggerpostun -- postfix < 2:2.9.4-4
+%systemd_trigger postfix.service
+
 %files
 %defattr(644,root,root,755)
 %doc html COMPATIBILITY HISTORY LICENSE RELEASE_NOTES* TLS_*
This page took 0.098982 seconds and 4 git commands to generate.