forked from pool/openldap2
Accepting request 611862 from network:ldap
OBS-URL: https://build.opensuse.org/request/show/611862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=134
This commit is contained in:
commit
802d939f18
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 24 11:59:02 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Don't require systemd explicit, spec file can handle both cases
|
||||||
|
correct and in containers we don't have systemd.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 24 16:35:09 UTC 2018 - zsolt.kalmar@suse.com
|
Tue Apr 24 16:35:09 UTC 2018 - zsolt.kalmar@suse.com
|
||||||
|
|
||||||
|
@ -84,8 +84,10 @@ BuildRequires: unixODBC-devel
|
|||||||
# avoid cycle with krb5
|
# avoid cycle with krb5
|
||||||
BuildRequires: krb5-mini
|
BuildRequires: krb5-mini
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
%if %{suse_version} < 1500
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
Requires: libldap-2_4-2 = %{version_main}
|
Requires: libldap-2_4-2 = %{version_main}
|
||||||
Recommends: cyrus-sasl
|
Recommends: cyrus-sasl
|
||||||
Conflicts: openldap
|
Conflicts: openldap
|
||||||
|
Loading…
Reference in New Issue
Block a user