Browse Source

pam is disabled by default, more concise output

master
parent
commit
907195a0b6
  1. 4
      openssh/openssh.spec

4
openssh/openssh.spec

@ -25,7 +25,7 @@
# package options # package options
%ifndef with_pam %ifndef with_pam
%define with_pam yes %define with_pam no
%endif %endif
%ifndef with_pcre %ifndef with_pcre
%define with_pcre no %define with_pcre no
@ -83,7 +83,7 @@ AutoReqProv: no
terms of security and features, as well as removing all patented terms of security and features, as well as removing all patented
algorithms to separate libraries (OpenSSL). algorithms to separate libraries (OpenSSL).
Options: with_pam=%{with_pam}, with_pcre=%{with_pcre}, with_skey=%{with_skey} Options: with_pam=%{with_pam} with_pcre=%{with_pcre} with_skey=%{with_skey}
%prep %prep
%setup0 -q -c -a 0 %setup0 -q -c -a 0

Loading…
Cancel
Save