]> git.pld-linux.org Git - packages/openssh.git/blobdiff - openssh.spec
- BR: openssl-devel >= 1.1.0g
[packages/openssh.git] / openssh.spec
index 90f2e58ced30db02e350d4e8386eaeee9e507c94..25b769b7f18563627fa647abe714bcd0cdcfbfd2 100644 (file)
@@ -85,7 +85,7 @@ BuildRequires:        automake
 BuildRequires: libseccomp-devel
 %{?with_selinux:BuildRequires: libselinux-devel}
 %{?with_ldap:BuildRequires:    openldap-devel}
-BuildRequires: openssl-devel >= 1.0.1
+BuildRequires: openssl-devel >= 1.1.0g
 BuildRequires: pam-devel
 %{?with_gtk:BuildRequires:     pkgconfig}
 BuildRequires: rpm >= 4.4.9-56
@@ -588,7 +588,11 @@ echo '#define LOGIN_PROGRAM                   "/bin/login"' >>config.h
 
 %{__make}
 
-%{?with_tests:%{__make} -j1 tests}
+%if %{with tests}
+%{__make} -j1 tests \
+       TEST_SSH_PORT=$((4242 + ${RANDOM:-$$} % 1000)) \
+       TEST_SSH_TRACE="yes"
+%endif
 
 cd contrib
 %if %{with gnome}
This page took 0.032218 seconds and 4 git commands to generate.