/[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.20 by jpp, Tue Nov 22 19:28:40 2022 UTC Revision 1.24 by jpp, Mon Feb 6 06:31:53 2023 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.19 2022/04/18 03:54:37 jpp Exp $  # $Id: e-smith-ldap.spec,v 1.23 2023/02/06 06:14:12 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 16  %define release 17
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 21  Patch7: e-smith-ldap-5.6.0-bz11598.patch Line 21  Patch7: e-smith-ldap-5.6.0-bz11598.patch
21  Patch8: e-smith-ldap-5.6.0-bz11745-log.patch  Patch8: e-smith-ldap-5.6.0-bz11745-log.patch
22  Patch9: e-smith-ldap-5.6.0-bz11753-ldif-fix.patch  Patch9: e-smith-ldap-5.6.0-bz11753-ldif-fix.patch
23  Patch10: e-smith-ldap-5.6.0-bz12221-slapd-dropin.patch  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 39  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  * Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-16.sme
47  - fix slapd dropin missing section [SME: 12221]  - fix slapd dropin missing section [SME: 12221]
48    
# Line 1068  rm -rf root/service root/var/service roo Line 1072  rm -rf root/service root/var/service roo
1072  %patch8 -p1  %patch8 -p1
1073  %patch9 -p1  %patch9 -p1
1074  %patch10 -p1  %patch10 -p1
1075    %patch11 -p1
1076    
1077  %build  %build
1078  perl createlinks  perl createlinks
# Line 1096  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