rpms/mailman/devel mailman-2.1.9-init-retval.patch, NONE, 1.1 mailman-2.1.9-ctypo.patch, 1.1, 1.2 mailman.INSTALL.REDHAT.in, 1.7, 1.8 mailman.spec, 1.65, 1.66

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Wed Aug 22 12:08:09 UTC 2007


Author: tsmetana

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

Modified Files:
	mailman-2.1.9-ctypo.patch mailman.INSTALL.REDHAT.in 
	mailman.spec 
Added Files:
	mailman-2.1.9-init-retval.patch 
Log Message:
* Wed Aug 22 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-7
- fix #242678 wrong init script
- fix #247160 INSTALL.REDHAT references non-existent README.POSTFIX file,
  patch by Todd Zullinger
- fix #132495 jp character encoding is not UTF8, patch by Todd Zullinger
- update license, add dist to release


mailman-2.1.9-init-retval.patch:

--- NEW FILE mailman-2.1.9-init-retval.patch ---
--- mailman-2.1.9/misc/mailman.in.retval	2007-06-05 16:07:12.000000000 +0200
+++ mailman-2.1.9/misc/mailman.in	2007-06-05 16:07:24.000000000 +0200
@@ -141,7 +141,8 @@
 
 *)
     echo $"Usage: $prog {start|stop|restart|condrestart|status}"
-    ;;
+    RETVAL=3
+	;;
 
 esac
 exit $RETVAL

mailman-2.1.9-ctypo.patch:

Index: mailman-2.1.9-ctypo.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mailman/devel/mailman-2.1.9-ctypo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mailman-2.1.9-ctypo.patch	24 May 2007 12:50:59 -0000	1.1
+++ mailman-2.1.9-ctypo.patch	22 Aug 2007 12:08:06 -0000	1.2
@@ -1,6 +1,6 @@
---- mailman-2.1.9/bin/check_perms.ctypo	2007-05-24 11:07:40.000000000 +0200
-+++ mailman-2.1.9/bin/check_perms	2007-05-24 11:07:56.000000000 +0200
-@@ -213,7 +213,7 @@
+--- mailman-2.1.9/bin/check_perms.ctypo	2007-07-13 13:48:50.000000000 -0400
++++ mailman-2.1.9/bin/check_perms	2007-07-13 13:48:50.000000000 -0400
+@@ -213,7 +213,7 @@ def checkarchives():
      # In addition, on a multiuser system you may want to hide the private
      # archives so other users can't read them.
      if mode & S_IXOTH:
@@ -9,3 +9,17 @@
  Warning: Private archive directory is other-executable (o+x).
           This could allow other users on your system to read private archives.
           If you're on a shared multiuser system, you should consult the
+--- mailman-2.1.9/Mailman/MTA/Postfix.py.ctypo	2007-07-13 13:48:50.000000000 -0400
++++ mailman-2.1.9/Mailman/MTA/Postfix.py	2007-07-13 13:49:56.000000000 -0400
+@@ -351,9 +351,9 @@ def checkperms(state):
+         if stat and (stat[ST_MODE] & targetmode) <> targetmode:
+             state.ERRORS += 1
+             octmode = oct(stat[ST_MODE])
+-            print _('%(dbfile)s permissions must be 066x (got %(octmode)s)'),
++            print C_('%(dbfile)s permissions must be 066x (got %(octmode)s)'),
+             if state.FIX:
+-                print _('(fixing)')
++                print C_('(fixing)')
+                 os.chmod(dbfile, stat[ST_MODE] | targetmode)
+             else:
+                 print


Index: mailman.INSTALL.REDHAT.in
===================================================================
RCS file: /cvs/pkgs/rpms/mailman/devel/mailman.INSTALL.REDHAT.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mailman.INSTALL.REDHAT.in	2 Mar 2005 17:44:27 -0000	1.7
+++ mailman.INSTALL.REDHAT.in	22 Aug 2007 12:08:06 -0000	1.8
@@ -342,8 +342,10 @@
 
               % ./configure --with-mail-gid=thegid
 
-              See also the README.POSTFIX file for more information on
-              connecting Postfix and Mailman.
+              See also the "Using the Postfix mail server" section of
+              the mailman installation manual for more information on
+              connecting Postfix and Mailman.  The manual is available
+              in several formats at /usr/share/doc/mailman-*/admin/www.
 
 
     Problem:  I send mail to the list, and get back mail saying,


Index: mailman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mailman/devel/mailman.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- mailman.spec	24 May 2007 12:50:59 -0000	1.65
+++ mailman.spec	22 Aug 2007 12:08:06 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.9
-Release: 6
+Release: 7%{?dist}
 Epoch: 3
 Group: Applications/Internet
 #Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -22,8 +22,9 @@
 Patch8: mailman-archive-reply.patch
 Patch9: mailman-2.1.9-LC_CTYPE.patch
 Patch10: mailman-2.1.9-ctypo.patch
+Patch11: mailman-2.1.9-init-retval.patch
 
-License: GPL
+License: GPLv2+
 URL: http://www.list.org/
 BuildRoot: %{_tmppath}/%{name}-root
 Requires(pre): shadow-utils, /sbin/chkconfig, /sbin/service
@@ -98,6 +99,7 @@
 %patch8 -p1 -b .archive-in-reply-to
 %patch9 -p1 -b .lctype
 %patch10 -p1 -b .ctypo
+%patch11 -p1 -b .retval
 
 #cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in
 cp %{SOURCE5} INSTALL.REDHAT.in
@@ -336,6 +338,13 @@
 %attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in
 
 %changelog
+* Wed Aug 22 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-7
+- fix #242678 wrong init script
+- fix #247160 INSTALL.REDHAT references non-existent README.POSTFIX file,
+  patch by Todd Zullinger
+- fix #132495 jp character encoding is not UTF8, patch by Todd Zullinger
+- update license, add dist to release
+
 * Thu May 24 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-6
 - fix #237315 - permissions for .so files
 - fix forgotten '_(' in check_perms




More information about the fedora-extras-commits mailing list