Update openssl-devel dependency.
This commit is contained in:
parent
b33e7645f8
commit
12abd67a6a
|
@ -90,7 +90,8 @@ PreReq: initscripts >= 5.00
|
||||||
Requires: initscripts >= 5.20
|
Requires: initscripts >= 5.20
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: openssl-devel >= 0.9.8f
|
BuildRequires: openssl-devel >= 1.0.1
|
||||||
|
BuildRequires: openssl-devel < 1.1
|
||||||
BuildRequires: /bin/login
|
BuildRequires: /bin/login
|
||||||
%if ! %{build6x}
|
%if ! %{build6x}
|
||||||
BuildRequires: glibc-devel, pam
|
BuildRequires: glibc-devel, pam
|
||||||
|
@ -410,6 +411,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net>
|
||||||
|
- Update openssl-devel dependency to match current requirements.
|
||||||
|
|
||||||
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
|
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
|
||||||
- Add '--mandir' and '--with-mantype' for RHEL 5 compatibility
|
- Add '--mandir' and '--with-mantype' for RHEL 5 compatibility
|
||||||
- Add 'dist' option to 'ver' so package names reflect OS at build time
|
- Add 'dist' option to 'ver' so package names reflect OS at build time
|
||||||
|
|
Loading…
Reference in New Issue