--- rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2010/12/01 19:24:58 1.84 +++ rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2010/12/01 19:30:05 1.85 @@ -1,10 +1,10 @@ -# $Id: e-smith-ldap.spec,v 1.83 2010/12/01 03:43:48 slords Exp $ +# $Id: e-smith-ldap.spec,v 1.84 2010/12/01 19:24:58 slords Exp $ Summary: e-smith server and gateway - LDAP module %define name e-smith-ldap Name: %{name} %define version 5.2.0 -%define release 72 +%define release 73 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -92,6 +92,9 @@ e-smith server and gateway software - LD %changelog * Wed Dec 1 2010 Shad L. Lords 5.2.0-72.sme +- Fix permissions on ldif-fix script [SME: 6244] + +* Wed Dec 1 2010 Shad L. Lords 5.2.0-72.sme - Replace convert_ldif with ldif-fix script [SME: 6244] - Remove ldif template and expansion [SME: 6421] - Simplify ldap-update call by calling ldif-fix [SME: 6422] @@ -1056,7 +1059,7 @@ rm -f %{name}-%{version}-%{release}-file /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /var/service/ldap/run 'attr(0750,root,root)' \ --file /var/service/ldap/log/run 'attr(0750,root,root)' \ - --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ + --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \ --file /var/service/ldap/finish 'attr(0750,root,root)' \ --file /var/service/ldap/control/1 'attr(0750,root,root)' \ --dir /var/log/bdb 'attr(0700,ldap,ldap)' \