forked from pool/postfix
This commit is contained in:
parent
0cd9c2d180
commit
cd1959ea70
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:582169fc661f72cad6b841d51610a42ffad13b7825f2f0afc6361c2c660332a6
|
||||
size 17766
|
||||
oid sha256:3527f4d416bb553a8c6b2b3d3c52259f5e05b3ccc6637abb41ff02ca815a443e
|
||||
size 17768
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 18:45:03 CEST 2008 - mt@suse.de
|
||||
|
||||
- init script: copy LSB *-Start tags to *-Stop
|
||||
- spec file: removed obsolete rc.config update hooks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 13:33:01 CEST 2008 - varkoly@suse.de
|
||||
|
||||
|
15
postfix.spec
15
postfix.spec
@ -32,7 +32,7 @@ Conflicts: sendmail exim
|
||||
AutoReqProv: on
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
Version: 2.5.3
|
||||
Release: 1
|
||||
Release: 4
|
||||
Source: postfix-%{version}.tar.gz
|
||||
Source1: postfix-SuSE.tar.gz
|
||||
Patch: dynamic_maps.patch
|
||||
@ -303,20 +303,10 @@ fi
|
||||
# Remember whether we had an older version of postfix installed before
|
||||
# doing the fillup
|
||||
PFOLD=
|
||||
# Update from SuSE Linux <= 7.3
|
||||
test -e etc/rc.config.d/postfix.rc.config && \
|
||||
{ grep POSTFIX_UPDATE_CHROOT_JAIL \
|
||||
etc/rc.config.d/postfix.rc.config >/dev/null || PFOLD=yes; }
|
||||
# Update from SuSE Linux > 7.3
|
||||
test -e etc/sysconfig/postfix && \
|
||||
{ grep POSTFIX_UPDATE_CHROOT_JAIL \
|
||||
etc/sysconfig/postfix >/dev/null || PFOLD=yes; }
|
||||
test -e etc/rc.config.d/postfix.rc.config -a -f etc/rc.config && {
|
||||
cat etc/rc.config.d/postfix.rc.config >> etc/rc.config
|
||||
rm -f etc/rc.config.d/postfix.rc.config
|
||||
}
|
||||
# rc.config(.d) related
|
||||
%{rename_sysconfig_variable POSTFIX_CREATECF MAIL_CREATE_CONFIG}
|
||||
%{fillup_and_insserv -y postfix}
|
||||
if [ -f etc/sysconfig/mail ]; then
|
||||
. etc/sysconfig/mail
|
||||
@ -593,6 +583,9 @@ Authors:
|
||||
Wietse Venema <wietse@porcupine.org>
|
||||
|
||||
%changelog
|
||||
* Mon Aug 25 2008 mt@suse.de
|
||||
- init script: copy LSB *-Start tags to *-Stop
|
||||
- spec file: removed obsolete rc.config update hooks
|
||||
* Wed Aug 06 2008 varkoly@suse.de
|
||||
- (bnc#414959) postfix doesn't have any "Name: " tag in firewall definition
|
||||
- (bnc#405900) SuSEconfig.postfix changes owner and permissions of
|
||||
|
Loading…
Reference in New Issue
Block a user