diff --git a/.cvsignore b/.cvsignore index 2be06fd..70ae975 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ postfix-2.3.4.tar.gz postfix-2.3.6.tar.gz postfix-2.4.3.tar.gz postfix-2.4.5.tar.gz +postfix-2.4.6.tar.gz diff --git a/postfix.spec b/postfix.spec index 63be6b5..187ced0 100644 --- a/postfix.spec +++ b/postfix.spec @@ -38,8 +38,8 @@ Name: postfix Summary: Postfix Mail Transport Agent -Version: 2.4.5 -Release: 3%{?dist} +Version: 2.4.6 +Release: 1%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -53,7 +53,7 @@ Requires(preun): /sbin/service Requires(preun): %{_sbindir}/alternatives Requires(postun): /sbin/service -Provides: MTA smtpd smtpdaemon /usr/bin/newaliases +Provides: MTA smtpd smtpdaemon server(smtp) /usr/bin/newaliases Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz Source1: postfix-etc-init.d-postfix @@ -305,13 +305,24 @@ mantools/srctoman - auxiliary/qshape/qshape.pl > qshape.1 install -c qshape.1 $RPM_BUILD_ROOT%{_mandir}/man1/qshape.1 install -c auxiliary/qshape/qshape.pl $RPM_BUILD_ROOT%{postfix_command_dir}/qshape -rm -f $RPM_BUILD_ROOT/etc/postfix/aliases +# remove alias file +rm -f $RPM_BUILD_ROOT%{postfix_config_dir}/aliases +# create /usr/lib/sendmail mkdir -p $RPM_BUILD_ROOT/usr/lib pushd $RPM_BUILD_ROOT/usr/lib ln -sf ../sbin/sendmail.postfix . popd +# enable all protocols +cat >> $RPM_BUILD_ROOT%{postfix_config_dir}/main.cf < 2:2.4.6-1 +- new verison 2.4.6 +- added virtual server(smtp) provide (rhbz#380631) +- enabling IPv6 support (rhbz#197105) + * Wed Nov 7 2007 Thomas Woerner 2:2.4.5-3 - fixed multilib conflict for makedefs.out: rename to makedefs.out-%{_arch} (rhbz#342941) diff --git a/sources b/sources index 97659fa..807eab6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 1f78fcaf2a36ec3520ecff286a45251a pflogsumm-1.1.0.tar.gz -ceba0cde05d12baa0ba2ed69fbb96b42 postfix-2.4.5.tar.gz +303327f66c13ff9631734651ee184a88 postfix-2.4.6.tar.gz