]> TLD Linux GIT Repositories - packages/postfix.git/commitdiff
- rel 2; don't call %systemd_stuff scriptlets
authorBartosz Świątek <shadzik@tld-linux.org>
Tue, 12 Mar 2013 17:41:52 +0000 (18:41 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Tue, 12 Mar 2013 17:41:52 +0000 (18:41 +0100)
postfix.spec

index 7abaf8d3807f520a7a629f1940f12f67eb658bf0..b5ce7bfd21f3f63c58a7cf0e31d567c2b6b03d5a 100644 (file)
@@ -34,7 +34,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.9.6
-Release:       1
+Release:       2
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons/SMTP
@@ -403,14 +403,14 @@ fi
 %{_bindir}/newaliases
 /sbin/chkconfig --add postfix
 %service postfix restart "Postfix Daemon"
-%systemd_post
+#%%systemd_post
 
 %preun
 if [ "$1" = "0" ]; then
        %service postfix stop
        /sbin/chkconfig --del postfix
 fi
-%systemd_preun
+#%%systemd_preun
 
 %postun
 /sbin/ldconfig
@@ -419,7 +419,7 @@ if [ "$1" = "0" ]; then
        %userremove postfix
        %groupremove postfix
 fi
-%systemd_postun
+#%%systemd_postun
 
 %files
 %defattr(644,root,root,755)