Browse Source

remove obsolete option

master
parent
commit
af92833550
  1. 8
      openssh/openssh.spec

8
openssh/openssh.spec

@ -38,7 +38,7 @@ Class: CORE
Group: SSH
License: BSD
Version: %{V_base}%{V_portable}
Release: 20180215
Release: 20180224
# package options
%option with_fsl yes
@ -53,7 +53,6 @@ Release: 20180215
%option with_trysetpath no
%option with_libedit no
%option with_hpn no
%option with_ssh1 no
# list of sources
Source0: ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@ -200,11 +199,6 @@ PreReq: libedit
%if "%{with_skey}" == "yes"
--with-skey=%{l_prefix} \
%endif
%if "%{with_ssh1}" == "yes"
--with-ssh1 \
%else
--without-ssh1 \
%endif
%if "%{with_pam}" == "yes"
--with-pam \
%else

Loading…
Cancel
Save