forked from pool/openldap2
Accepting request 611856 from home:kukuk:branches:network:ldap
- Don't require systemd explicit, spec file can handle both cases correct and in containers we don't have systemd. OBS-URL: https://build.opensuse.org/request/show/611856 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=211
This commit is contained in:
parent
8fa23b1e6f
commit
2338633266
@ -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