# HG changeset patch # User Michael Schloh von Bennewitz # Date 1240314848 -7200 # Node ID a629c9ffef9d0ed93cbc02a506d72d60b3298837 # Parent f035b8d886ac8ecbcded0877e16a1fde890a3a77 Adapt unfortunate hardcoded permission values to work with Dovecot LDA. diff -r f035b8d886ac -r a629c9ffef9d mailman/mailman.spec --- a/mailman/mailman.spec Tue Apr 21 13:27:53 2009 +0200 +++ b/mailman/mailman.spec Tue Apr 21 13:54:08 2009 +0200 @@ -32,7 +32,7 @@ Group: Mail License: GPL Version: 2.1.11 -Release: 20090106 +Release: 20090420 # list of sources Source0: http://switch.dl.sourceforge.net/mailman/mailman-%{version}.tgz @@ -45,7 +45,7 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20060823, python +BuildPreReq: OpenPKG, openpkg >= 20060823, python, make PreReq: OpenPKG, openpkg >= 20060823, python, MTA AutoReq: no AutoReqProv: no @@ -83,9 +83,9 @@ --sysconfdir=%{l_prefix}/etc/mailman \ --with-var-prefix=%{l_prefix}/var/mailman \ --with-username=%{l_nusr} \ - --with-groupname=%{l_mgrp} \ + --with-groupname=%{l_ngrp} \ --with-cgi-gid=%{l_ngrp} \ - --with-mail-gid=%{l_mgrp} \ + --with-mail-gid=%{l_ngrp} \ --with-cgi-ext="" \ --with-urlhost="localhost" \ --with-mailhost="localhost" \ @@ -93,7 +93,7 @@ --enable-static # build package - %{l_make} %{l_mflags} + %{l_make} %{l_mflags -o} %install # install package