/[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.5 by terryfage, Mon Aug 23 00:10:40 2021 UTC Revision 1.12 by jpp, Tue Apr 12 21:12:41 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailman.spec,v 1.4 2021/06/03 07:49:13 jpp Exp $  # $Id: smeserver-mailman.spec,v 1.11 2022/04/12 04:58:37 jpp Exp $
2  # Authority: gordonr  # Authority: gordonr
3  # Name: Gordon Rowell  # Name: Gordon Rowell
4    
5  # avoid brp bytecompile  # avoid brp bytecompile
6  %define __os_install_post %{nil}  %define __os_install_post %{nil}
7    %define  debug_package %{nil}
8    
9  Summary: Mailman configuration for SME server.  Summary: Mailman configuration for SME server.
10  %define name smeserver-mailman  %define name smeserver-mailman
11  Name: %{name}  Name: %{name}
12  %define version 1.5.0  %define version 1.5.0
13  %define release 10  %define release 15
14  Version: %{version}  Version: %{version}
15  Release: %{release}%{?dist}  Release: %{release}%{?dist}
16  License: GPL  License: GPL
# Line 28  AutoReqProv: no Line 29  AutoReqProv: no
29  Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch  Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch
30  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch  Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch
31  Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch  Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch
32    Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch
33    Patch4: smeserver-mailman-1.5.0-bz11278-wrapper.patch
34    Patch5: smeserver-mailman-1.5.0-bz11937.patch
35    Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch
36    
37  %description  %description
38  Add Mailman integration to the SME server.  Add Mailman integration to the SME server.
39    
40  %changelog  %changelog
41    * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-15.sme
42    - fix permissions as expected by mailman [SME: 11941]
43    
44    * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-14.sme
45    - increase master password size to 18 [SME: 11937]
46    
47    * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-13.sme
48    - add c wrapper with setuid [SME: 11278]
49    
50    * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-12.sme
51    - fix missing service start [SME: 11278]
52      add update event
53    
54    * Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-11.sme
55    - fix www line  should be after apache line in /etc/group [SME: 8056]
56    
57  * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme  * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme
58  - apply locale 2021-08-22 patch  - apply locale 2021-08-22 patch
59    
# Line 307  Add Mailman integration to the SME serve Line 328  Add Mailman integration to the SME serve
328  %patch0 -p1  %patch0 -p1
329  %patch1 -p1  %patch1 -p1
330  %patch2 -p1  %patch2 -p1
331    %patch3 -p1
332    %patch4 -p1
333    %patch5 -p1
334    %patch6 -p1
335    
336  #/bin/rm -r root/opt/mailman  #/bin/rm -r root/opt/mailman
337    
338  %build  %build
339  perl createlinks  perl createlinks
340    gcc -o root/usr/lib/mailman/bin/smelist smelist.c
341    
342    
343  mkdir -p root/usr/lib/mailman/aliases  mkdir -p root/usr/lib/mailman/aliases
344    
345  mkdir -p root/opt  mkdir -p root/opt
# Line 331  rm -f e-smith-%{version}-filelist Line 359  rm -f e-smith-%{version}-filelist
359      --dir '/usr/lib/mailman/aliases' 'attr(02775,mailman,mailman)' \      --dir '/usr/lib/mailman/aliases' 'attr(02775,mailman,mailman)' \
360      --file '/usr/lib/mailman/bin/post-install' 'attr(0755,root,mailman)' \      --file '/usr/lib/mailman/bin/post-install' 'attr(0755,root,mailman)' \
361      --file '/usr/lib/mailman/bin/smelist' 'attr(04755,root,mailman)' \      --file '/usr/lib/mailman/bin/smelist' 'attr(04755,root,mailman)' \
362      --file '/usr/lib/mailman/Mailman/MTA/SME.py' 'attr(02775,root,mailman)' \      --file '/usr/lib/mailman/bin/smelist.pl' 'attr(02755,root,mailman)' \
363      --dir  '/var/spool/mailman/qfiles' 'attr(02770,mailman,mailman)' \      --file '/usr/lib/mailman/Mailman/MTA/SME.py' 'attr(02775,mailman,mailman)' \
364        --dir  '/var/spool/mailman/qfiles' 'attr(02775,mailman,mailman)' \
365      --dir  '/var/spool/mailman/qfiles/archive' 'attr(02770,mailman,mailman)' \      --dir  '/var/spool/mailman/qfiles/archive' 'attr(02770,mailman,mailman)' \
366      --dir  '/var/spool/mailman/qfiles/bounces' 'attr(02770,mailman,mailman)' \      --dir  '/var/spool/mailman/qfiles/bounces' 'attr(02770,mailman,mailman)' \
367      --dir  '/var/spool/mailman/qfiles/commands' 'attr(02770,mailman,mailman)' \      --dir  '/var/spool/mailman/qfiles/commands' 'attr(02770,mailman,mailman)' \
# Line 373  rm -rf $RPM_BUILD_ROOT Line 402  rm -rf $RPM_BUILD_ROOT
402      "Mailman user" /usr/lib/mailman /bin/false      "Mailman user" /usr/lib/mailman /bin/false
403    
404  #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]
405  TEST=$(grep -P '^www|apache' /etc/group)  TEST=`egrep "^apache:" /etc/group -n| cut -f1 -d:`
406  TEST2='www:x:102:admin  TEST2=`egrep "^www:" /etc/group -n| cut -f1 -d:`
407  apache:x:102:'  if [[ $TEST > $TEST2 ]]; then
   
 if [[ $TEST == $TEST2 ]]; then  
408      WWW=$(sed -n '/^www/p' /etc/group)      WWW=$(sed -n '/^www/p' /etc/group)
409      sed -i '/^www/d' /etc/group      sed -i '/^www/d' /etc/group
410      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