rpms/postfix/devel .cvsignore, 1.26, 1.27 postfix.spec, 1.59, 1.60 sources, 1.26, 1.27

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Wed Nov 28 16:49:41 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/postfix/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17363

Modified Files:
	.cvsignore postfix.spec sources 
Log Message:
- new verison 2.4.6
- added virtual server(smtp) provide (rhbz#380631)
- enabling IPv6 support (rhbz#197105)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postfix/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	13 Aug 2007 16:54:24 -0000	1.26
+++ .cvsignore	28 Nov 2007 16:49:04 -0000	1.27
@@ -8,3 +8,4 @@
 postfix-2.3.6.tar.gz
 postfix-2.4.3.tar.gz
 postfix-2.4.5.tar.gz
+postfix-2.4.6.tar.gz


Index: postfix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postfix/devel/postfix.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- postfix.spec	7 Nov 2007 11:14:25 -0000	1.59
+++ postfix.spec	28 Nov 2007 16:49:04 -0000	1.60
@@ -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): %{_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 @@
 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 <<EOF
+# You must stop/start Postfix after changing this parameter.
+#inet_protocols = ipv4       (DEFAULT: enable IPv4 only)
+inet_protocols = all        (enable IPv4, and IPv6 if supported)
+#inet_protocols = ipv4, ipv6 (enable both IPv4 and IPv6)
+#inet_protocols = ipv6       (enable IPv6 only)
+EOF
+
 %post
 /sbin/chkconfig --add postfix
 
@@ -469,6 +480,11 @@
 
 
 %changelog
+* Wed Nov 28 2007 Thomas Woerner <twoerner at redhat.com> 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 <twoerner at redhat.com> 2:2.4.5-3
 - fixed multilib conflict for makedefs.out: rename to makedefs.out-%{_arch}
   (rhbz#342941)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postfix/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	13 Aug 2007 16:54:24 -0000	1.26
+++ sources	28 Nov 2007 16:49:04 -0000	1.27
@@ -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




More information about the fedora-extras-commits mailing list