Accepting request 758863 from home:stroeder:branches:network:ldap
- use BuildRequires: pkgconfig(krb5) instead of krb5-devel-mini OBS-URL: https://build.opensuse.org/request/show/758863 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=252
This commit is contained in:
parent
528152a73b
commit
f161b5a476
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 22 14:44:19 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- use BuildRequires: pkgconfig(krb5) instead of krb5-devel-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 08:16:46 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Fri Aug 2 08:16:46 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ BuildRequires: openslp-devel
|
|||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
%if %{suse_version} >= 1310 && %{suse_version} != 1315
|
%if %{suse_version} >= 1310 && %{suse_version} != 1315
|
||||||
# avoid cycle with krb5
|
# avoid cycle with krb5
|
||||||
BuildRequires: krb5-mini
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%if %{suse_version} < 1500
|
%if %{suse_version} < 1500
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user