mirror of git://anongit.mindrot.org/openssh.git
Be more specific about required software versions
This commit is contained in:
parent
5e7c10eedb
commit
217ab302d8
|
@ -8,8 +8,10 @@ Copyright: BSD
|
|||
Group: Applications/Internet
|
||||
BuildRoot: /tmp/openssh-%{version}-buildroot
|
||||
Obsoletes: ssh
|
||||
PreReq: openssl
|
||||
BuildPreReq: openssl
|
||||
Requires: openssl >= 0.9.4
|
||||
PreReq: openssl >= 0.9.4
|
||||
BuildPreReq: openssl >= 0.9.4
|
||||
BuildPreReq: openssl-devel >= 0.9.4
|
||||
BuildPreReq: tcp_wrappers
|
||||
BuildPreReq: gnome-libs
|
||||
|
||||
|
|
Loading…
Reference in New Issue