diff -r ba548e351342 -r 0ba300bdf30a postfix/postfix.spec --- a/postfix/postfix.spec Mon Apr 20 12:49:50 2009 +0200 +++ b/postfix/postfix.spec Mon Apr 20 19:22:00 2009 +0200 @@ -1,6 +1,6 @@ ## ## postfix.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. +## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -37,7 +37,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20090406 +Release: 20090418 # package options %option with_fsl yes @@ -142,6 +142,11 @@ %patch -p0 ( cd pflogsumm-%{V_pflogsumm} && %{l_patch} -p0 -b <%{PATCH1} ) || exit $? + # remove OpenPKG privelege model incompatible exit conditions + %{l_shtool} subst \ + -e 's;msg_fatal\(.*attribute specifies mail system\);msg_info\1;g' \ + src/pipe/pipe.c + # apply vendor WHOSON patch %if "%{with_whoson}" == "yes" %patch -p0 -P 2