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

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

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

Revision 1.4 by jpp, Thu Jun 3 07:49:13 2021 UTC Revision 1.7 by jpp, Sun Apr 10 20:18:28 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.3 2021/02/22 17:16:35 jpp Exp $  # $Id: smeserver-mailman.spec,v 1.6 2022/03/15 18:15:59 jpp 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 9  %define release 12
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  License: GPL  License: GPL
# Line 27  Provides: e-smith-mailman Line 27  Provides: e-smith-mailman
27  AutoReqProv: no  AutoReqProv: no
28  Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch  Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch
29  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch
30    Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch
31    Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch
32    
33  %description  %description
34  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
35    
36  %changelog  %changelog
37    * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-12.sme
38    - fix missing service start [SME: 11278]
39      add update event
40    
41    * Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-11.sme
42    - fix www line  should be after apache line in /etc/group [SME: 8056]
43    
44    * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme
45    - apply locale 2021-08-22 patch
46    
47  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-9.sme  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-9.sme
48  - fix conflicting folders [SME: 11278]  - fix conflicting folders [SME: 11278]
49    
# Line 302  Add Mailman integration to the SME serve Line 314  Add Mailman integration to the SME serve
314  %setup  %setup
315  %patch0 -p1  %patch0 -p1
316  %patch1 -p1  %patch1 -p1
317    %patch2 -p1
318    %patch3 -p1
319    
320  #/bin/rm -r root/opt/mailman  #/bin/rm -r root/opt/mailman
321    
# Line 318  do Line 331  do
331      mkdir -p root/var/spool/mailman/qfiles/$dir      mkdir -p root/var/spool/mailman/qfiles/$dir
332  done  done
333    
   
334  %install  %install
335  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
336  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
# Line 348  sed -i -e '/\/usr\/lib\/mailman$/d ; /\/ Line 360  sed -i -e '/\/usr\/lib\/mailman$/d ; /\/
360  #   --dir '/usr/lib/mailman/Mailman' 'attr(02775,root,mailman)' \  #   --dir '/usr/lib/mailman/Mailman' 'attr(02775,root,mailman)' \
361  #  --dir '/usr/lib/mailman/Mailman/MTA' 'attr(02775,root,mailman)' \  #  --dir '/usr/lib/mailman/Mailman/MTA' 'attr(02775,root,mailman)' \
362    
   
363  # SME10 to avoid error  # SME10 to avoid error
364  #/usr/lib/rpm/brp-python-bytecompile  #/usr/lib/rpm/brp-python-bytecompile
365  # fix for unwanted listed compiled python files  # fix for unwanted listed compiled python files
# Line 371  rm -rf $RPM_BUILD_ROOT Line 382  rm -rf $RPM_BUILD_ROOT
382      "Mailman user" /usr/lib/mailman /bin/false      "Mailman user" /usr/lib/mailman /bin/false
383    
384  #mailman wants that the apache group appears  before the www group in /etc/group [SME: 8056]  #mailman wants that the apache group appears  before the www group in /etc/group [SME: 8056]
385  TEST=$(grep -P '^www|apache' /etc/group)  TEST=`egrep "^apache:" /etc/group -n| cut -f1 -d:`
386  TEST2='www:x:102:admin  TEST2=`egrep "^www:" /etc/group -n| cut -f1 -d:`
387  apache:x:102:'  if [[ $TEST > $TEST2 ]]; then
   
 if [[ $TEST == $TEST2 ]]; then  
388      WWW=$(sed -n '/^www/p' /etc/group)      WWW=$(sed -n '/^www/p' /etc/group)
389      sed -i '/^www/d' /etc/group      sed -i '/^www/d' /etc/group
390      echo $WWW >> /etc/group      echo $WWW >> /etc/group


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