1
0
forked from jengelh/openldap2

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
This commit is contained in:
William Brown 2023-09-11 23:45:04 +00:00 committed by Git OBS Bridge
parent 45f0da8982
commit 62264abc6d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 11:52:49 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Disable SLP by default for Factory and ALP (bsc#1214884)
-------------------------------------------------------------------
Sat Apr 15 10:42:10 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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 \