diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index 6149423..453e6ed 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d79622638600cb57de7f22b6300c7917700e5393fe3c654e83d0504762d5d9d9 -size 24696 +oid sha256:99173c0fca500ccc1b44eeac876711f81cac64e3fbc1561788fa02cc5290adbd +size 24730 diff --git a/postfix.changes b/postfix.changes index a0fedb1..23f90b2 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 19 06:52:18 UTC 2012 - varkoly@suse.com + +- bnc#771811 - postfix update does not regenerate the maps + ------------------------------------------------------------------- Mon Jun 11 09:51:22 UTC 2012 - varkoly@suse.com diff --git a/postfix.spec b/postfix.spec index bf8de9e..914253e 100644 --- a/postfix.spec +++ b/postfix.spec @@ -300,11 +300,11 @@ cp -a auxiliary/ $RPM_BUILD_ROOT%{pf_docdir}/ %if 0%{?suse_version} >= 1140 mkdir -p %{buildroot}/lib/systemd/system mkdir -p %{buildroot}/etc/postfix/system -install -m 0644 %{name}-SuSE/postfix.service %{buildroot}/lib/systemd/system/ -install -m 0755 %{name}-SuSE/update_chroot.systemd %{buildroot}/etc/postfix/system/update_chroot -install -m 0755 %{name}-SuSE/rebuild_tables.systemd %{buildroot}/etc/postfix/system/rebuild_tables -install -m 0755 %{name}-SuSE/wait_qmgr.systemd %{buildroot}/etc/postfix/system/wait_qmgr -install -m 0755 %{name}-SuSE/cond_slp.systemd %{buildroot}/etc/postfix/system/cond_slp +install -m 0644 %{name}-SuSE/postfix.service %{buildroot}/lib/systemd/system/ +install -m 0755 %{name}-SuSE/update_chroot.systemd %{buildroot}/etc/postfix/system/update_chroot +install -m 0755 %{name}-SuSE/update_postmaps.systemd %{buildroot}/etc/postfix/system/update_postmaps +install -m 0755 %{name}-SuSE/wait_qmgr.systemd %{buildroot}/etc/postfix/system/wait_qmgr +install -m 0755 %{name}-SuSE/cond_slp.systemd %{buildroot}/etc/postfix/system/cond_slp %endif %if 0%{?suse_version} >= 1100 %fdupes $RPM_BUILD_ROOT%{pf_docdir} @@ -482,7 +482,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?suse_version} >= 1140 %dir /etc/postfix/system %config %attr(0755,root,root) /etc/postfix/system/update_chroot -%config %attr(0755,root,root) /etc/postfix/system/rebuild_tables +%config %attr(0755,root,root) /etc/postfix/system/update_postmaps %config %attr(0755,root,root) /etc/postfix/system/wait_qmgr %config %attr(0755,root,root) /etc/postfix/system/cond_slp %config /lib/systemd/system/postfix.service