From 6d144c3ea517ebbe4223e1390aa7ce7de81a0143 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Fri, 12 Apr 2024 15:26:45 +0200 Subject: [PATCH] * Fri Apr 12 2024 John Crisp 11.0.0-6.sme - Fix dropin file [SME: 12610] --- .../lib/systemd/system/slapd.service.d/50koozali.conf | 1 + smeserver-ldap.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/root/usr/lib/systemd/system/slapd.service.d/50koozali.conf b/root/usr/lib/systemd/system/slapd.service.d/50koozali.conf index bf901bf..e1615ff 100644 --- a/root/usr/lib/systemd/system/slapd.service.d/50koozali.conf +++ b/root/usr/lib/systemd/system/slapd.service.d/50koozali.conf @@ -1,6 +1,7 @@ [Service] # disabled # we are using ldap.service +ExecStart= ExecStart=/usr/bin/true ExecStartPre= PIDFile= diff --git a/smeserver-ldap.spec b/smeserver-ldap.spec index 240ade7..5119aaa 100644 --- a/smeserver-ldap.spec +++ b/smeserver-ldap.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - LDAP module %define name smeserver-ldap Name: %{name} %define version 11.0.0 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -29,11 +29,14 @@ Provides: e-smith-ldap smeserver server and gateway software - LDAP module. %changelog +* Fri Apr 12 2024 John Crisp 11.0.0-6.sme +- Fix dropin file [SME: 12610] + * Sat Apr 06 2024 Jean-Philippe Pialasse 11.0.0-5.sme -- drop rssh group reverting patch of 11753 [SME: 12510] +- drop rssh group reverting patch of 11753 [SME: 12510] * Thu Apr 04 2024 Brian Read 11.0.0-4.sme -- Update createlinks to create smeserver-package-update event[SME: 12579] +- Update createlinks to create smeserver-package-update event [SME: 12579] * Thu Apr 04 2024 Brian Read 11.0.0-3.sme - Set license file to GPL2.0 [SME: 12577]