From 5b4f6b919a4a40d29e126dc6bc16678dc994e62a5cc80f92edb101d318d96fbc Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 12 Nov 2018 14:27:31 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/openldap2 revision 140.0 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=da8f819c3b5e58e9bbc565a42ecb20a0 --- openldap2.changes | 8 ++++++++ openldap2.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/openldap2.changes b/openldap2.changes index aa4aa8d..190ebad 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 12 14:25:52 UTC 2018 - Dominique Leuenberger + +- Emergency fix: move tmpfiles_create post from the library package + to the main package's post script, which ships the tmpfiles.d + configuration. Fixes the post script of the library (-p + /sbin/ldconfig does not allow more statements in the script). + ------------------------------------------------------------------- Thu Nov 8 15:25:08 UTC 2018 - varkoly@suse.com diff --git a/openldap2.spec b/openldap2.spec index fb5fab3..64b365b 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -458,10 +458,10 @@ if [ ${1:-0} -gt 1 ] && [ ! -f /var/adm/openldap_modules_path_updated ] ; then /usr/sbin/openldap_update_modules_path.sh fi %{fillup_only -n openldap ldap} +%tmpfiles_create openldap.conf %service_add_post slapd.service %post -n libldap-2_4-2 -p /sbin/ldconfig -%tmpfiles_create openldap.conf %postun -n libldap-2_4-2 -p /sbin/ldconfig From 96719ff7e6037b3c3a614678a29be8e98e879744e7eba0bedfb7bb3ac24371f6 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 13 Nov 2018 13:51:09 +0000 Subject: [PATCH 2/2] - bsc#1111388 openldap and /var/lib/ldap/DB_CONFIG* (transactional-update) OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=230 --- openldap2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openldap2.changes b/openldap2.changes index 190ebad..5cf51fd 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -9,7 +9,7 @@ Mon Nov 12 14:25:52 UTC 2018 - Dominique Leuenberger ------------------------------------------------------------------- Thu Nov 8 15:25:08 UTC 2018 - varkoly@suse.com -- Bug 1111388 openldap and /var/lib/ldap/DB_CONFIG* (transactional-update) +- bsc#1111388 openldap and /var/lib/ldap/DB_CONFIG* (transactional-update) ------------------------------------------------------------------- Fri Oct 26 14:58:41 UTC 2018 - Michael Ströder