forked from pool/postfix
This commit is contained in:
parent
64e03bbc7a
commit
a689ec509b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 22 17:38:19 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Use correct SuSEfirewall2 rule directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 11:52:01 CEST 2007 - varkoly@suse.de
|
Wed Oct 17 11:52:01 CEST 2007 - varkoly@suse.de
|
||||||
|
|
||||||
|
12
postfix.spec
12
postfix.spec
@ -24,7 +24,7 @@ Conflicts: sendmail exim
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
Version: 2.4.5
|
Version: 2.4.5
|
||||||
Release: 27
|
Release: 29
|
||||||
Source: postfix-%{version}.tar.gz
|
Source: postfix-%{version}.tar.gz
|
||||||
Source1: postfix-SuSE.tar.gz
|
Source1: postfix-SuSE.tar.gz
|
||||||
Patch: dynamic_maps.patch
|
Patch: dynamic_maps.patch
|
||||||
@ -198,8 +198,8 @@ rm -rf $RPM_BUILD_ROOT/var/spool/postfix
|
|||||||
install -m 644 postfix-SuSE/master.cf $RPM_BUILD_ROOT/%{conf_backup_dir}/master.cf
|
install -m 644 postfix-SuSE/master.cf $RPM_BUILD_ROOT/%{conf_backup_dir}/master.cf
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{omc_dir}
|
mkdir -p $RPM_BUILD_ROOT/%{omc_dir}
|
||||||
install -m 644 postfix-SuSE/postfix.xml $RPM_BUILD_ROOT/%{omc_dir}
|
install -m 644 postfix-SuSE/postfix.xml $RPM_BUILD_ROOT/%{omc_dir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/SuSEfirewall2/services/
|
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
|
||||||
install -m 644 postfix-SuSE/postfix-fw $RPM_BUILD_ROOT/usr/share/SuSEfirewall2/services/postfix
|
install -m 644 postfix-SuSE/postfix-fw $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/postfix
|
||||||
{
|
{
|
||||||
cat<<EOF
|
cat<<EOF
|
||||||
#
|
#
|
||||||
@ -504,9 +504,7 @@ fi
|
|||||||
%config(noreplace) /etc/postfix/header_checks
|
%config(noreplace) /etc/postfix/header_checks
|
||||||
%config(noreplace) /etc/postfix/bounce.cf.default
|
%config(noreplace) /etc/postfix/bounce.cf.default
|
||||||
%config(noreplace) /etc/postfix/dynamicmaps.cf
|
%config(noreplace) /etc/postfix/dynamicmaps.cf
|
||||||
%dir /usr/share/SuSEfirewall2/
|
/etc/sysconfig/SuSEfirewall2.d/services/postfix
|
||||||
%dir /usr/share/SuSEfirewall2/services/
|
|
||||||
%config(noreplace) /usr/share/SuSEfirewall2/services/postfix
|
|
||||||
%dir /etc/sasl2/
|
%dir /etc/sasl2/
|
||||||
%config(noreplace) /etc/sasl2/smtpd.conf
|
%config(noreplace) /etc/sasl2/smtpd.conf
|
||||||
/etc/postfix/LICENSE
|
/etc/postfix/LICENSE
|
||||||
@ -580,6 +578,8 @@ Authors:
|
|||||||
Wietse Venema <wietse@porcupine.org>
|
Wietse Venema <wietse@porcupine.org>
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 22 2007 - sbrabec@suse.cz
|
||||||
|
- Use correct SuSEfirewall2 rule directory.
|
||||||
* Wed Oct 17 2007 - varkoly@suse.de
|
* Wed Oct 17 2007 - varkoly@suse.de
|
||||||
- #333629 - saslauthd typo in SuSEconfig.postfix
|
- #333629 - saslauthd typo in SuSEconfig.postfix
|
||||||
* Mon Oct 08 2007 - varkoly@suse.de
|
* Mon Oct 08 2007 - varkoly@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user