From 22e4b3dd65708b3ed09ae5461e8c9ae3356162b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 23 May 2013 13:49:58 +0200 Subject: [PATCH] Fixed systemd error message regarding chroot-update, patch provided by John Heidemann Resolves: rhbz#917463 --- postfix-chroot-update | 1 + postfix.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postfix-chroot-update b/postfix-chroot-update index 3f9ddec..9fa0b08 100644 --- a/postfix-chroot-update +++ b/postfix-chroot-update @@ -1,3 +1,4 @@ #!/bin/bash [ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update +exit 0 diff --git a/postfix.spec b/postfix.spec index ae74e17..70af030 100644 --- a/postfix.spec +++ b/postfix.spec @@ -38,7 +38,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -524,6 +524,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu May 23 2013 Jaroslav Škarvada - 2:2.10.0-2 +- Fixed systemd error message regarding chroot-update, patch provided + by John Heidemann + Resolves: rhbz#917463 + * Thu Mar 21 2013 Jaroslav Škarvada - 2:2.10.0-1 - New version - Re-enabled IPv6 in the config