This commit is contained in:
parent
16b657fe83
commit
42976bd217
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d640713d280e484610a4c6df8d0de85c1a98e3c969a2fcbe6b03d137c1eeb6d1
|
||||
size 17682
|
||||
oid sha256:a628c2be2d9e898ea9766c6eefe9ac6e9b0d6144e5080483aa9b31d910dd610c
|
||||
size 17689
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 15:24:41 CET 2008 - ro@suse.de
|
||||
|
||||
- fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 15:15:03 CET 2008 - varkoly@suse.de
|
||||
|
||||
- upgrade must not be executed during installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 11:16:21 CEST 2008 - varkoly@suse.de
|
||||
|
||||
|
21
postfix.spec
21
postfix.spec
@ -32,7 +32,7 @@ Conflicts: sendmail exim
|
||||
AutoReqProv: on
|
||||
Summary: A fast, secure, and flexible mailer
|
||||
Version: 2.5.5
|
||||
Release: 4
|
||||
Release: 5
|
||||
Source: postfix-%{version}.tar.bz
|
||||
Source1: postfix-SuSE.tar.gz
|
||||
Patch: dynamic_maps.patch
|
||||
@ -396,9 +396,10 @@ else
|
||||
echo "$NEWMD5MASTERCF" > $MD5DIR/$MASTERCF
|
||||
fi
|
||||
%run_suseconfig -m postfix
|
||||
echo "executing upgrade-configuration"
|
||||
usr/sbin/postfix set-permissions upgrade-configuration \
|
||||
setgid_group=%{pf_setgid_group}
|
||||
if [ ${1:-0} -gt 1 ]; then
|
||||
echo "executing upgrade-configuration"
|
||||
/usr/sbin/postfix set-permissions upgrade-configuration setgid_group=%{pf_setgid_group}
|
||||
fi
|
||||
rm -f $TMPMAIN $TMPMASTER
|
||||
cat $MAINCF | grep -v "^#" | md5sum > $MD5DIR/$MAINCF
|
||||
cat $MASTERCF | grep -v "^#" | md5sum > $MD5DIR/$MASTERCF
|
||||
@ -409,7 +410,7 @@ cat $MASTERCF | grep -v "^#" | md5sum > $MD5DIR/$MASTERCF
|
||||
ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
#rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post postgresql
|
||||
FILE=etc/postfix/dynamicmaps.cf
|
||||
@ -512,10 +513,10 @@ fi
|
||||
%endif
|
||||
%config /etc/permissions.d/postfix
|
||||
%config /etc/permissions.d/postfix.paranoid
|
||||
%attr(0755, root, root) /etc/postfix/makedefs.out
|
||||
%attr(0644, root, root) /etc/postfix/makedefs.out
|
||||
%attr(0755, root, root) /etc/postfix/postfix-script
|
||||
%attr(0755, root, root) /etc/postfix/post-install
|
||||
%attr(0755, root, root) /etc/postfix/postfix-files
|
||||
%attr(0644, root, root) /etc/postfix/postfix-files
|
||||
%config %attr(0755,root,root) /etc/init.d/postfix
|
||||
/usr/bin/mailq
|
||||
/usr/bin/newaliases
|
||||
@ -586,6 +587,10 @@ Authors:
|
||||
Wietse Venema <wietse@porcupine.org>
|
||||
|
||||
%changelog
|
||||
* Tue Nov 04 2008 ro@suse.de
|
||||
- fix build
|
||||
* Tue Nov 04 2008 varkoly@suse.de
|
||||
- upgrade must not be executed during installation
|
||||
* Tue Oct 14 2008 varkoly@suse.de
|
||||
- (bnc#403976) - permissions on /var/lib/postfix changed
|
||||
- (bnc#433916) - postfix should be splitted into postfix and postfix-doc
|
||||
@ -1169,7 +1174,7 @@ Authors:
|
||||
- #218229 - Postfix SuSEconfig script increases the max_proc line each run in master.cf
|
||||
* Sat Oct 28 2006 varkoly@suse.de
|
||||
- #206414 - /usr/lib/sasl2/smtpd.conf misplaced
|
||||
* Wed Oct 25 2006 varkoly@suse.de
|
||||
* Tue Oct 24 2006 varkoly@suse.de
|
||||
- #202119 – SuSEconfig script for Postfix incomplete
|
||||
- #202162 – Postfix 2.3.2 slightly incorrect, Cyrus SASL unavailable
|
||||
- #203174 – /sbin/conf.d/SuSEconfig.postfix should configure a TLS session cache for postfix 2.2
|
||||
|
Loading…
Reference in New Issue
Block a user