Accepting request 619019 from home:AndreasStieger:branches:network
- BuildRequire pkgconfig(krb5) instead of krb5-mini-devel to ensure zypper si can pick a resolvable provider. Build cycle remains solved via project config pulling in -mini. (bsc#1099044) OBS-URL: https://build.opensuse.org/request/show/619019 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=147
This commit is contained in:
parent
223282b58f
commit
4d4a31fec0
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 20:30:16 UTC 2018 - astieger@suse.com
|
||||
|
||||
- BuildRequire pkgconfig(krb5) instead of krb5-mini-devel to ensure
|
||||
zypper si can pick a resolvable provider. Build cycle remains
|
||||
solved via project config pulling in -mini. (bsc#1099044)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 15:19:03 UTC 2018 - pcerny@suse.com
|
||||
|
||||
|
12
openssh.spec
12
openssh.spec
@ -45,12 +45,6 @@
|
||||
%define needs_libedit 0
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1140
|
||||
%define has_krb_mini 1
|
||||
%else
|
||||
%define has_krb_mini 0
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1220
|
||||
%define uses_systemd 1
|
||||
%else
|
||||
@ -75,11 +69,7 @@ Name: openssh
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: groff
|
||||
%if %{has_krb_mini}
|
||||
BuildRequires: krb5-mini-devel
|
||||
%else
|
||||
BuildRequires: krb5-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
%if %{needs_libedit}
|
||||
BuildRequires: libedit-devel
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user