From 0a701caf56cfbe6d2c9bbef357527cfcbbb82b7d Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Thu, 10 Jun 2021 15:46:30 +0200 Subject: [PATCH] Fix slapd.tmpfiles complaints Resolves: #1972147 --- openldap.spec | 5 ++++- slapd.tmpfiles | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 036a244..4d126a9 100644 --- a/openldap.spec +++ b/openldap.spec @@ -7,7 +7,7 @@ Name: openldap Version: 2.4.58 -Release: 4%{?dist} +Release: 5%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -554,6 +554,9 @@ exit 0 %{_libdir}/libldap-2.4*.so.* %changelog +* Tue Jun 15 2021 Simon Pichugin - 2.4.58-5 +- Fix slapd.tmpfiles complaints (#1972147) + * Thu Jun 3 2021 Simon Pichugin - 2.4.58-4 - Rebuild without MP_2 support (#1967136) - Fix coverity issues diff --git a/slapd.tmpfiles b/slapd.tmpfiles index 56aa32e..634cea1 100644 --- a/slapd.tmpfiles +++ b/slapd.tmpfiles @@ -1,2 +1,2 @@ # openldap runtime directory for slapd.arg and slapd.pid -d /var/run/openldap 0755 ldap ldap - +d /run/openldap 0755 ldap ldap -