From a40cf0c061453519fce216bcafbaf50ef861423a Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 17 Aug 2015 05:23:36 +0000 Subject: [PATCH] - fix pid directory ownership, fix AUXLIBS --- postfix.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postfix.spec b/postfix.spec index fc3f4ba..53f492a 100644 --- a/postfix.spec +++ b/postfix.spec @@ -18,7 +18,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: 3.0.2 -Release: 5 +Release: 6 Epoch: 2 License: distributable Group: Networking/Daemons/SMTP @@ -265,10 +265,10 @@ export CC DEBUG="" \ OPT="%{rpmcflags} %{rpmcppflags} -D_FILE_OFFSET_BITS=64" \ CCARGS="%{!?with_epoll:-DNO_EPOLL} %{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL} %{?with_ssl:-DUSE_TLS} %{?with_cdb:-DHAS_CDB} %{?with_sqlite:-DHAS_SQLITE}" \ - %{?with_ldap:AUXLIBS_CDB="-lcdb"} \ + %{?with_cdb:AUXLIBS_CDB="-lcdb"} \ %{?with_ldap:AUXLIBS_LDAP="-lldap -llber"} \ %{?with_mysql:AUXLIBS_MYSQL="-lmysqlclient"} \ - %{?with_ldap:AUXLIBS_PCRE="-lpcre"} \ + AUXLIBS_PCRE="-lpcre" \ %{?with_pgsql:AUXLIBS_PGSQL="-lpq"} \ %{?with_sqlite:AUXLIBS_SQLITE="-lsqlite3 -lpthread"} \ AUXLIBS="%{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto}" @@ -445,7 +445,7 @@ fi %attr(700,postfix,root) %dir %{_var}/spool/postfix/deferred %attr(700,postfix,root) %dir %{_var}/spool/postfix/incoming %attr(1730,postfix,maildrop) %dir %{_var}/spool/postfix/maildrop -%attr(755,postfix,root) %dir %{_var}/spool/postfix/pid +%attr(755,root,root) %dir %{_var}/spool/postfix/pid %attr(700,postfix,root) %dir %{_var}/spool/postfix/private %attr(710,postfix,maildrop) %dir %{_var}/spool/postfix/public %attr(700,postfix,root) %dir %{_var}/spool/postfix/saved -- 2.44.0