diff --git a/postfix.spec b/postfix.spec index a0eaa48..3fcff78 100644 --- a/postfix.spec +++ b/postfix.spec @@ -32,6 +32,7 @@ %define postfix_daemon_dir %{_libexecdir}/postfix %define postfix_command_dir %{_sbindir} %define postfix_queue_dir %{_var}/spool/postfix +%define postfix_data_dir %{_var}/lib/postfix %define postfix_doc_dir %{_docdir}/%{name}-%{version} %define postfix_sample_dir %{postfix_doc_dir}/samples %define postfix_readme_dir %{postfix_doc_dir}/README_FILES @@ -39,7 +40,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -241,6 +242,7 @@ sh postfix-install -non-interactive \ daemon_directory=%{postfix_daemon_dir} \ command_directory=%{postfix_command_dir} \ queue_directory=%{postfix_queue_dir} \ + data_directory=%{postfix_data_dir} \ sendmail_path=%{postfix_command_dir}/sendmail.postfix \ newaliases_path=%{_bindir}/newaliases.postfix \ mailq_path=%{_bindir}/mailq.postfix \ @@ -316,11 +318,8 @@ popd # enable all protocols cat >> $RPM_BUILD_ROOT%{postfix_config_dir}/main.cf < 2:2.5.1-2 +- fixed fix for enabling IPv6 support (rhbz#437024) +- added new postfix data directory (rhbz#437042) + * Thu Feb 21 2008 Thomas Woerner 2:2.5.1-1 - new verison 2.5.1