From b147d8e604db0ebc8057f3d212647aac403c026e Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Thu, 24 Jun 2021 16:27:44 +0200 Subject: [PATCH] Fix slapd.tmpfiles complaints Resolves: rhbz#1969853 --- openldap.spec | 5 ++++- slapd.tmpfiles | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 8d956b2..c1ee085 100644 --- a/openldap.spec +++ b/openldap.spec @@ -7,7 +7,7 @@ Name: openldap Version: 2.4.57 -Release: 5%{?dist} +Release: 6%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -554,6 +554,9 @@ exit 0 %{_libdir}/libldap-2.4*.so.* %changelog +* Thu Jun 24 2021 Simon Pichugin - 2.4.57-6 +- Fix slapd.tmpfiles complaints. Related: rhbz#1969853 + * Tue Jun 15 2021 Mohan Boddu - 2.4.57-5 - Rebuilt for RHEL 9 BETA for openssl 3.0 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 -