diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 310639909..ae27db72b 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -90,7 +90,8 @@ PreReq: initscripts >= 5.00 | |||
90 | Requires: initscripts >= 5.20 | 90 | Requires: initscripts >= 5.20 |
91 | %endif | 91 | %endif |
92 | BuildRequires: perl | 92 | BuildRequires: perl |
93 | BuildRequires: openssl-devel >= 0.9.8f | 93 | BuildRequires: openssl-devel >= 1.0.1 |
94 | BuildRequires: openssl-devel < 1.1 | ||
94 | BuildRequires: /bin/login | 95 | BuildRequires: /bin/login |
95 | %if ! %{build6x} | 96 | %if ! %{build6x} |
96 | BuildRequires: glibc-devel, pam | 97 | BuildRequires: glibc-devel, pam |
@@ -410,6 +411,9 @@ fi | |||
410 | %endif | 411 | %endif |
411 | 412 | ||
412 | %changelog | 413 | %changelog |
414 | * Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net> | ||
415 | - Update openssl-devel dependency to match current requirements. | ||
416 | |||
413 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> | 417 | * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> |
414 | - Add '--mandir' and '--with-mantype' for RHEL 5 compatibility | 418 | - Add '--mandir' and '--with-mantype' for RHEL 5 compatibility |
415 | - Add 'dist' option to 'ver' so package names reflect OS at build time | 419 | - Add 'dist' option to 'ver' so package names reflect OS at build time |