From 62264abc6d4cb5d7f32fb637449274e7fc3f6166f7f4047c570d099d3f9341b2 Mon Sep 17 00:00:00 2001 From: William Brown Date: Mon, 11 Sep 2023 23:45:04 +0000 Subject: [PATCH] Accepting request 1109222 from home:kukuk:cleanup - Disable SLP by default for Factory and ALP (bsc#1214884) OBS-URL: https://build.opensuse.org/request/show/1109222 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=315 --- openldap2.changes | 5 +++++ openldap2.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/openldap2.changes b/openldap2.changes index a551d9d..79c6f15 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 5 11:52:49 UTC 2023 - Thorsten Kukuk + +- Disable SLP by default for Factory and ALP (bsc#1214884) + ------------------------------------------------------------------- Sat Apr 15 10:42:10 UTC 2023 - Dirk Müller diff --git a/openldap2.spec b/openldap2.spec index 906ddb3..9e48ae5 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -64,7 +64,9 @@ BuildRequires: db-devel BuildRequires: groff BuildRequires: libopenssl-devel BuildRequires: libtool +%if 0%{?suse_version} < 1600 BuildRequires: openslp-devel +%endif BuildRequires: sysuser-tools BuildRequires: unixODBC-devel # avoid cycle with krb5 @@ -279,7 +281,9 @@ export STRIP="" --enable-sql=mod \ --enable-mdb=mod \ --enable-relay=mod \ +%if 0%{?suse_version} < 1600 --enable-slp \ +%endif --enable-overlays=mod \ --enable-syncprov=mod \ --enable-ppolicy=mod \