From fc9854e4dae621700d6af0025c57391ca8af0d2bc86d8362b4f1e9a6abb0f140 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 8 Dec 2009 18:16:29 +0000 Subject: [PATCH] - Fix the %post section add missed %{fillup_only -an mail} OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=18 --- postfix.changes | 5 +++++ postfix.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/postfix.changes b/postfix.changes index 130767d..ea39f69 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 8 19:15:15 CET 2009 - varkoly@suse.de + +- Fix the %post section add missed %{fillup_only -an mail} + ------------------------------------------------------------------- Mon Nov 16 17:14:39 CET 2009 - varkoly@suse.de diff --git a/postfix.spec b/postfix.spec index e5e4f94..cdde065 100644 --- a/postfix.spec +++ b/postfix.spec @@ -461,6 +461,7 @@ if [ ${1:-0} -gt 1 ]; then fi fi %{fillup_and_insserv -y postfix} +%{fillup_only -an mail} ldconfig # ---------------------------------------------------------------------------