--- rpms/e-smith-ldap/sme10/e-smith-ldap.spec 2020/12/12 03:26:37 1.10 +++ rpms/e-smith-ldap/sme10/e-smith-ldap.spec 2021/01/03 04:59:11 1.13 @@ -1,10 +1,10 @@ -# $Id: e-smith-ldap.spec,v 1.9 2020/05/03 02:51:32 jpp Exp $ +# $Id: e-smith-ldap.spec,v 1.12 2020/12/12 03:42:54 jpp Exp $ Summary: e-smith server and gateway - LDAP module %define name e-smith-ldap Name: %{name} %define version 5.6.0 -%define release 8 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -33,6 +33,9 @@ AutoReqProv: no e-smith server and gateway software - LDAP module. %changelog +* Sat Jan 02 2021 Jean-Philipe Pialasse 5.6.0-9.sme +- fix wrong alias to ldap.init [SME: 11301] + * Fri Dec 11 2020 Jean-Philipe Pialasse 5.6.0-8.sme - add -update event [SME: 11140] - move ldap to systemd [SME: 11099] @@ -1031,7 +1034,7 @@ e-smith server and gateway software - LD %patch3 -p1 %patch4 -p1 -mkdir -p root/etc/e-smith/templates/etc/openldap/ssl +mkdir -p root/etc/openldap/ssl rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise %build @@ -1044,11 +1047,13 @@ rm -f %{name}-%{version}-%{release}-file /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /sbin/e-smith/systemd/ldap-certificate 'attr(0554,root,root)' \ --file /sbin/e-smith/systemd/ldap-prepare 'attr(0554,root,root)' \ + --file /sbin/e-smith/systemd/ldap-finish 'attr(0554,root,root)' \ --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \ --file /var/service/ldap/finish 'attr(0750,root,root)' \ --dir /var/log/bdb 'attr(0700,ldap,ldap)' \ --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \ --dir /var/log/ldap 'attr(0750,smelog,smelog)' \ + --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist