/[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.16 by jpp, Thu Jun 3 14:36:13 2021 UTC Revision 1.22 by jpp, Mon Feb 6 05:48:31 2023 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.15 2021/05/31 03:58:58 jpp Exp $  # $Id: e-smith-ldap.spec,v 1.21 2023/02/06 05:26:53 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 12  %define release 17
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 17  Patch3: e-smith-ldap-5.6.0-bz10936-TLS-a Line 17  Patch3: e-smith-ldap-5.6.0-bz10936-TLS-a
17  Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch  Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch
18  Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch  Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch
19  Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch  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    Patch11: e-smith-ldap-5.6.0-bz12314-alias.patch
25    
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 35  AutoReqProv: no Line 40  AutoReqProv: no
40  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
41    
42  %changelog  %changelog
43    * Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-17.sme
44    - remove alias for slapd [SME: 12314]
45    
46    * Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-16.sme
47    - fix slapd dropin missing section [SME: 12221]
48    
49    * Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-15.sme
50    - add support or rsshusers system group [SME: 11753]
51    
52    * Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-14.sme
53    - redirect syslog for ldapt to /var/log/ldap/ldap.log [SME: 11745]
54    
55    * Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme
56    - fix ssl-update reload instead of restart ldap [SME: 11598]
57    
58  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme  * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme
59  - fix wrong path for templates.metadata [SME: 11595]  - fix wrong path for templates.metadata [SME: 11595]
60    
# Line 1048  e-smith server and gateway software - LD Line 1068  e-smith server and gateway software - LD
1068  mkdir -p root/etc/openldap/ssl  mkdir -p root/etc/openldap/ssl
1069  rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise  rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise
1070  %patch6 -p1  %patch6 -p1
1071    %patch7 -p1
1072    %patch8 -p1
1073    %patch9 -p1
1074    %patch10 -p1
1075    %patch11 -p1
1076    
1077  %build  %build
1078  perl createlinks  perl createlinks
# Line 1064  rm -f %{name}-%{version}-%{release}-file Line 1089  rm -f %{name}-%{version}-%{release}-file
1089      --file /var/service/ldap/finish 'attr(0750,root,root)' \      --file /var/service/ldap/finish 'attr(0750,root,root)' \
1090      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \      --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
1091      --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \      --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
1092      --dir /var/log/ldap 'attr(0750,smelog,smelog)' \      --dir /var/log/ldap 'attr(0750,root,root)' \
1093      --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \      --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \
1094      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
1095  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
# Line 1076  rm -rf $RPM_BUILD_ROOT Line 1101  rm -rf $RPM_BUILD_ROOT
1101  %defattr(-,root,root)  %defattr(-,root,root)
1102    
1103  %pre  %pre
1104    if [ -l /etc/systemd/system/slapd.service ] ; then
1105      /usr/bin/unlink /etc/systemd/system/slapd.service
1106    fi
1107  if [ $1 -gt 1 ] ; then  if [ $1 -gt 1 ] ; then
1108    if [ -e /var/service/ldap/run ] ; then    if [ -e /var/service/ldap/run ] ; then
1109         /usr/bin/sv d ldap         /usr/bin/sv d ldap


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