diff --git a/postfix.changes b/postfix.changes index 2896622..2b806ff 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 29 14:33:03 CEST 2007 - rguenther@suse.de + +- Add pwdutils BuildRequires to allow postinst script to succeed. +- Add /usr/share/omc directory. + ------------------------------------------------------------------- Mon Feb 26 10:32:36 CET 2007 - varkoly@suse.de diff --git a/postfix.spec b/postfix.spec index ca35676..1f16bd4 100644 --- a/postfix.spec +++ b/postfix.spec @@ -13,6 +13,8 @@ Name: postfix #!BuildIgnore: sendmail BuildRequires: db-devel mysql-devel openldap2-devel pcre-devel postgresql-devel +# require pwdutils to make postinstall script check work +BuildRequires: pwdutils %define usetls 1 URL: http://www.postfix.org/ License: IBM Public License @@ -22,7 +24,7 @@ Conflicts: sendmail exim Autoreqprov: on Summary: A fast, secure, and flexible mailer Version: 2.3.2 -Release: 39 +Release: 44 Source: postfix-%{version}.tar.gz Source1: postfix-SuSE.tar.gz Patch: dynamic_maps.patch @@ -70,6 +72,7 @@ Prereq: postfix %define postfix_gid 51 %define maildrop_gid 59 %define conf_backup_dir /var/adm/backup/postfix +%define omc_pdir /usr/share/omc/ %define omc_dir /usr/share/omc/svcinfo.d/ # # --------------------------------------------------------------------------- @@ -473,6 +476,7 @@ fi /var/adm/fillup-templates/sysconfig.postfix /var/adm/fillup-templates/sysconfig.mail-postfix /sbin/conf.d/SuSEconfig.postfix +%dir %{omc_pdir} %dir %{omc_dir} %config(noreplace) %{omc_dir}/postfix.xml %dir /etc/postfix @@ -576,6 +580,9 @@ Authors: %changelog +* Thu Mar 29 2007 - rguenther@suse.de +- Add pwdutils BuildRequires to allow postinst script to succeed. +- Add /usr/share/omc directory. * Mon Feb 26 2007 - varkoly@suse.de - #247351 - postfix - Ports for SuSEfirewall added via packages - Move postfix.xml into the postfix-SuSE tarball