- 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
This commit is contained in:
Peter Varkoly 2009-12-08 18:16:29 +00:00 committed by Git OBS Bridge
parent 9405236dbd
commit fc9854e4da
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -461,6 +461,7 @@ if [ ${1:-0} -gt 1 ]; then
fi
fi
%{fillup_and_insserv -y postfix}
%{fillup_only -an mail}
ldconfig
# ---------------------------------------------------------------------------