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:
parent
45f0da8982
commit
62264abc6d
@ -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>
|
Sat Apr 15 10:42:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -64,7 +64,9 @@ BuildRequires: db-devel
|
|||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: openslp-devel
|
BuildRequires: openslp-devel
|
||||||
|
%endif
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
# avoid cycle with krb5
|
# avoid cycle with krb5
|
||||||
@ -279,7 +281,9 @@ export STRIP=""
|
|||||||
--enable-sql=mod \
|
--enable-sql=mod \
|
||||||
--enable-mdb=mod \
|
--enable-mdb=mod \
|
||||||
--enable-relay=mod \
|
--enable-relay=mod \
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
--enable-slp \
|
--enable-slp \
|
||||||
|
%endif
|
||||||
--enable-overlays=mod \
|
--enable-overlays=mod \
|
||||||
--enable-syncprov=mod \
|
--enable-syncprov=mod \
|
||||||
--enable-ppolicy=mod \
|
--enable-ppolicy=mod \
|
||||||
|
Loading…
Reference in New Issue
Block a user