Fixed systemd error message regarding chroot-update, patch provided
by John Heidemann <johnh@isi.edu> Resolves: rhbz#917463
This commit is contained in:
parent
61b46d4809
commit
22e4b3dd65
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
|
||||
exit 0
|
||||
|
@ -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 <jskarvad@redhat.com> - 2:2.10.0-2
|
||||
- Fixed systemd error message regarding chroot-update, patch provided
|
||||
by John Heidemann <johnh@isi.edu>
|
||||
Resolves: rhbz#917463
|
||||
|
||||
* Thu Mar 21 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2:2.10.0-1
|
||||
- New version
|
||||
- Re-enabled IPv6 in the config
|
||||
|
Loading…
Reference in New Issue
Block a user