From 787c8bf6cff6b6bc2d0dcbb551ec3ca1f9cfc54c92080b5bde1d56167841c58f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 29 Apr 2017 09:21:48 +0000 Subject: [PATCH] Accepting request 491547 from home:stroeder:branches:network:ldap added overlay addpartial to package openldap2-contrib OBS-URL: https://build.opensuse.org/request/show/491547 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=175 --- openldap2.changes | 5 +++++ openldap2.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/openldap2.changes b/openldap2.changes index 3a4b50c..03ce3aa 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 27 10:08:31 UTC 2017 - michael@stroeder.com + +- added overlay addpartial to package openldap2-contrib + ------------------------------------------------------------------- Fri Apr 7 16:47:24 UTC 2017 - jengelh@inai.de diff --git a/openldap2.spec b/openldap2.spec index 7fcb6e6..81e3439 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -150,6 +150,7 @@ Requires: openldap2 = %{version_main} %description contrib Various overlays found in contrib/: +addpartial Intercepts ADD requests, applies changes to existing entries allop allowed Generates attributes indicating access rights autogroup @@ -302,7 +303,7 @@ export STRIP="" make depend make %{?_smp_mflags} # Build selected contrib overlays -for SLAPO_NAME in allowed allop autogroup lastbind nops denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 +for SLAPO_NAME in addpartial allowed allop autogroup lastbind nops denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 do make -C contrib/slapd-modules/${SLAPO_NAME} %{?_smp_mflags} "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}" done @@ -347,7 +348,7 @@ make STRIP="" "DESTDIR=${RPM_BUILD_ROOT}" "sysconfdir=%{_sysconfdir}/openldap" " # Additional symbolic link to slapd executable in /usr/sbin/ ln -s %{_libdir}/slapd ${RPM_BUILD_ROOT}/usr/sbin/slapd # Install selected contrib overlays -for SLAPO_NAME in allowed allop autogroup lastbind nops denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 +for SLAPO_NAME in addpartial allowed allop autogroup lastbind nops denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 do make -C contrib/slapd-modules/${SLAPO_NAME} STRIP="" "DESTDIR=${RPM_BUILD_ROOT}" "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}" install done @@ -581,6 +582,7 @@ fi %files contrib %defattr(-,root,root) +%{_libdir}/openldap/addpartial.* %{_libdir}/openldap/allowed.* %{_libdir}/openldap/allop.* %{_libdir}/openldap/autogroup.*