forked from pool/openssh
Accepting request 620575 from network
OBS-URL: https://build.opensuse.org/request/show/620575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=119
This commit is contained in:
commit
980648e2c9
@ -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