/[smeserver]/rpms/e-smith-ldap/sme10/e-smith-ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-ldap/sme10/e-smith-ldap.spec

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

Revision 1.3 by vip-ire, Thu May 12 17:37:39 2016 UTC Revision 1.20 by jpp, Tue Nov 22 19:28:40 2022 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.2 2016/03/17 16:36:57 unnilennium Exp $  # $Id: e-smith-ldap.spec,v 1.19 2022/04/18 03:54:37 jpp Exp $
2    
3  Summary: e-smith server and gateway - LDAP module  Summary: e-smith server and gateway - LDAP module
4  %define name e-smith-ldap  %define name e-smith-ldap
5  Name: %{name}  Name: %{name}
6  %define version 5.6.0  %define version 5.6.0
7  %define release 3  %define release 16
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch
14    Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch
15    Patch2: e-smith-ldap-5.6.0-strong_encryption.patch
16    Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch
17    Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch
18    Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch
19    Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch
20    Patch7: e-smith-ldap-5.6.0-bz11598.patch
21    Patch8: e-smith-ldap-5.6.0-bz11745-log.patch
22    Patch9: e-smith-ldap-5.6.0-bz11753-ldif-fix.patch
23    Patch10: e-smith-ldap-5.6.0-bz12221-slapd-dropin.patch
24    
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
27  Requires: e-smith-base  Requires: e-smith-base
# Line 27  AutoReqProv: no Line 39  AutoReqProv: no
39  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
40    
41  %changelog  %changelog
42    * Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-16.sme
43    - fix slapd dropin missing section [SME: 12221]
44    
45    * Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-15.sme
46    - add support or rsshusers system group [SME: 11753]
47    
48    * Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-14.sme
49    - redirect syslog for ldapt to /var/log/ldap/ldap.log [SME: 11745]
50    
51    * Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme
52    - fix ssl-update reload instead of restart ldap [SME: 11598]
53    
54    * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme
55    - fix wrong path for templates.metadata [SME: 11595]
56    
57    * Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme
58    - use template for ssl pem [SME: 11595]
59    
60    * Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme
61    - fix ldap failing to start on initial boot [SME: 11480]
62    
63    * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme
64    - fix wrong alias to ldap.init [SME: 11301]
65    
66    * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-8.sme
67    - add -update event [SME: 11140]
68    - move ldap to systemd [SME: 11099]
69    - move ldap.init to systemd [SME: 11096]
70    
71    * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme
72    - New protocol default as TLSv1.2  [SME: 10936]
73      New property TLSProtocolMin
74      Ciphers are now ordered with stronger first
75    
76    * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme
77    - Disable SSLv3, but keep the possibility to enable it again [SME: 10108]
78    - Better default cipher suite, and honor global suite [SME: 10108]
79    
80    * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme
81    - systemd skip redirect [SME: 9688]
82    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
83      by assuming the date is correct and changing the weekday.
84      Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
85      Thu Aug 07 2001 --> Thu Aug 02 2001 or Tue Aug 07 2001 or Thu Aug 09 2001 or ....
86      Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
87    
88    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
89    - Add missing shebang in ldap.init script [SME: 9432]
90    
91  * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme  * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme
92  - Rebuild for [SME: 9393]  - Rebuild for [SME: 9393]
93    
# Line 273  e-smith server and gateway software - LD Line 334  e-smith server and gateway software - LD
334  * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme  * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
335  - Restrict access to the ldif file [SME: 6217]  - Restrict access to the ldif file [SME: 6217]
336    
337  * Tue Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme  * Thu Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
338      Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
339  - Fix ldap-create errors when adding empty groups [SME: 5920]  - Fix ldap-create errors when adding empty groups [SME: 5920]
340    
341  * Mon Jun  7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme  * Mon Jun  7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
# Line 813  e-smith server and gateway software - LD Line 875  e-smith server and gateway software - LD
875  - [4.3.1-01]  - [4.3.1-01]
876  - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.  - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
877    
878  * Thu Aug 07 2001 Charlie Brady <charlieb@e-smith.com>  * Tue Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
879  - [4.3.0-07]  - [4.3.0-07]
880  - Break slapd.conf template into fragments, and include in-line  - Break slapd.conf template into fragments, and include in-line
881    at.conf and co.conf fragements, rather than use include feature.    at.conf and co.conf fragements, rather than use include feature.
# Line 987  e-smith server and gateway software - LD Line 1049  e-smith server and gateway software - LD
1049  * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>  * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
1050  - Use new multi-arg form of backgroundCommand.  - Use new multi-arg form of backgroundCommand.
1051    
1052  * Fri Jun 1 2000 Charlie Brady <charlieb@e-smith.net>  * Thu Jun 01 2000 Charlie Brady <charlieb@e-smith.net>
1053      Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
1054  - First created - broken out of e-smith-base 4.0.11.  - First created - broken out of e-smith-base 4.0.11.
1055    
1056  %prep  %prep
1057  %setup  %setup
1058    %patch0 -p1
1059    %patch1 -p1
1060    %patch2 -p1
1061    %patch3 -p1
1062    %patch4 -p1
1063    %patch5 -p1
1064    mkdir -p root/etc/openldap/ssl
1065    rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise
1066    %patch6 -p1
1067    %patch7 -p1
1068    %patch8 -p1
1069    %patch9 -p1
1070    %patch10 -p1
1071    
1072  %build  %build
1073  perl createlinks  perl createlinks
# Line 1001  rm -rf $RPM_BUILD_ROOT Line 1077  rm -rf $RPM_BUILD_ROOT
1077  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1078  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
1079  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1080      --file /var/service/ldap/run 'attr(0750,root,root)' \      --file /sbin/e-smith/systemd/ldap-certificate 'attr(0554,root,root)' \
1081      --file /var/service/ldap/log/run 'attr(0750,root,root)' \      --file /sbin/e-smith/systemd/ldap-prepare 'attr(0554,root,root)' \
1082        --file /sbin/e-smith/systemd/ldap-finish 'attr(0554,root,root)' \
1083      --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \      --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \
1084      --file /var/service/ldap/finish 'attr(0750,root,root)' \      --file /var/service/ldap/finish 'attr(0750,root,root)' \
     --file /var/service/ldap/control/1 'attr(0750,root,root)' \  
1085      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
1086      --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \      --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
1087      --dir /var/log/ldap 'attr(0750,smelog,smelog)' \      --dir /var/log/ldap 'attr(0750,root,root)' \
1088        --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \
1089      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
1090  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1091    
# Line 1018  rm -rf $RPM_BUILD_ROOT Line 1095  rm -rf $RPM_BUILD_ROOT
1095  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
1096  %defattr(-,root,root)  %defattr(-,root,root)
1097    
1098    %pre
1099    if [ $1 -gt 1 ] ; then
1100      if [ -e /var/service/ldap/run ] ; then
1101           /usr/bin/sv d ldap
1102           /usr/bin/sv d ldap/log
1103      fi
1104    fi


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