From: Bartosz Świątek Date: Tue, 12 Mar 2013 17:41:52 +0000 (+0100) Subject: - rel 2; don't call %systemd_stuff scriptlets X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=60e32526139d97e9492a457ac550fe7bd9679df5;p=packages%2Fpostfix.git - rel 2; don't call %systemd_stuff scriptlets --- diff --git a/postfix.spec b/postfix.spec index 7abaf8d..b5ce7bf 100644 --- a/postfix.spec +++ b/postfix.spec @@ -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)