diff --git a/postfix.changes b/postfix.changes index 6c8e636..ec490b0 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 02:12:07 UTC 2013 - jengelh@inai.de + +- postfix.spec forces the use of SSL and SASL libraries, + so make sure the BuildRequires are there + ------------------------------------------------------------------- Fri Jun 14 01:33:52 UTC 2013 - jengelh@inai.de diff --git a/postfix.spec b/postfix.spec index 5341632..e8f904b 100644 --- a/postfix.spec +++ b/postfix.spec @@ -51,7 +51,9 @@ PreReq: textutils sh-utils fileutils pcre netcfg PreReq: sysvinit(syslog) sysvinit(network) %endif Requires: iproute2 +BuildRequires: cyrus-sasl-devel BuildRequires: db-devel +BuildRequires: libopenssl-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel BuildRequires: pcre-devel