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 \