/[smecontribs]/rpms/smeserver-mailman/contribs9/smeserver-mailman.spec
ViewVC logotype

Diff of /rpms/smeserver-mailman/contribs9/smeserver-mailman.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by stephdl, Fri Aug 21 17:20:19 2015 UTC Revision 1.5 by stephdl, Mon Sep 7 17:27:21 2015 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.10 2013/09/20 15:59:31 unnilennium Exp $  # $Id: smeserver-mailman.spec,v 1.4 2015/08/21 17:26:10 stephdl Exp $
2  # Authority: gordonr  # Authority: gordonr
3  # Name: Gordon Rowell  # Name: Gordon Rowell
4    
# Line 9  Summary: Mailman configuration for SME s Line 9  Summary: Mailman configuration for SME s
9  %define name smeserver-mailman  %define name smeserver-mailman
10  Name: %{name}  Name: %{name}
11  %define version 1.5.0  %define version 1.5.0
12  %define release 2  %define release 4
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  License: GPL  License: GPL
# Line 30  AutoReqProv: no Line 30  AutoReqProv: no
30  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
31    
32  %changelog  %changelog
33  * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme  * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-4.sme
34  - Initial release to contribs9  - mailman wants that the group apache appears before the www group in /etc/group
35    - script added in %pre to change that order. [SME: 8453]
36    
37    * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-3.sme
38    - Initial release to contribs9 [SME: 8453]
39    
40  * Fri Jun 20 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-1.sme  * Fri Jun 20 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-1.sme
41  - Initial release to sme9  - Initial release to sme9
# Line 104  Add Mailman integration to the SME serve Line 108  Add Mailman integration to the SME serve
108  * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-22  * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-22
109  - Apply 21 May 2008 locale patch  - Apply 21 May 2008 locale patch
110  - Fixed version number in previous changelog entry  - Fixed version number in previous changelog entry
 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme  
 - Initial release to contribs9  
   
111    
112  * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-21  * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-21
113  - Apply 5 May 2008 locale patch  - Apply 5 May 2008 locale patch
# Line 120  Add Mailman integration to the SME serve Line 121  Add Mailman integration to the SME serve
121  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-18  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-18
122  - Added 23 April 2008 locale patch  - Added 23 April 2008 locale patch
123  - Fixed changelog  - Fixed changelog
 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme  
 - Initial release to contribs9  
   
124    
125  * Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17  * Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17
126  - Fix path for the archives [SME: 4252]  - Fix path for the archives [SME: 4252]
# Line 356  rm -rf $RPM_BUILD_ROOT Line 354  rm -rf $RPM_BUILD_ROOT
354  /sbin/e-smith/create-system-user mailman 41 \  /sbin/e-smith/create-system-user mailman 41 \
355      "Mailman user" /usr/lib/mailman /bin/false      "Mailman user" /usr/lib/mailman /bin/false
356    
357    #mailman wants that the apache group appears  before the www group
358    WWW=$(sed -n '/^www/p' /etc/group)
359    sed -i '/^www/d' /etc/group
360    echo $WWW >> /etc/group
361    
362  %post  %post
363    
364  %preun  %preun


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed