From 60e32526139d97e9492a457ac550fe7bd9679df5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Tue, 12 Mar 2013 18:41:52 +0100 Subject: [PATCH] - rel 2; don't call %systemd_stuff scriptlets --- postfix.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.45.1