[openssh-commits] [openssh] 07/12: Update openssl-devel dependency.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 10 11:14:23 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 12abd67a6af28476550807a443b38def2076bb92
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 10 09:56:34 2018 +1100
Update openssl-devel dependency.
---
contrib/redhat/openssh.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 31063990..ae27db72 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -90,7 +90,8 @@ PreReq: initscripts >= 5.00
Requires: initscripts >= 5.20
%endif
BuildRequires: perl
-BuildRequires: openssl-devel >= 0.9.8f
+BuildRequires: openssl-devel >= 1.0.1
+BuildRequires: openssl-devel < 1.1
BuildRequires: /bin/login
%if ! %{build6x}
BuildRequires: glibc-devel, pam
@@ -410,6 +411,9 @@ fi
%endif
%changelog
+* Sat Feb 10 2018 Darren Tucker <dtucker at dtucker.net>
+- Update openssl-devel dependency to match current requirements.
+
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel at gmail.com>
- Add '--mandir' and '--with-mantype' for RHEL 5 compatibility
- Add 'dist' option to 'ver' so package names reflect OS at build time
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list