]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- R: & BR: openssl >= 1.0.2 (because of using SSL_CTX_set_alpn_select_cb symbol)
authorAdam Osuchowski <adwol@pld-linux.org>
Mon, 13 Jul 2015 21:55:17 +0000 (23:55 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Mon, 13 Jul 2015 21:55:17 +0000 (23:55 +0200)
- rel 3

nginx.spec

index fc644b1ea3e6ce8715902a962e53085862fb772d..01c878f660e8e6ec981ec1808fc5d2e594b510f0 100644 (file)
@@ -36,7 +36,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajnoĹ›ci
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.8.0
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -63,7 +63,7 @@ Source101:    https://github.com/arut/nginx-rtmp-module/archive/v%{rtmp_version}/ng
 Patch0:                %{name}-no-Werror.patch
 URL:           http://nginx.net/
 BuildRequires: mailcap
-BuildRequires: openssl-devel
+%{?with_ssl:BuildRequires: openssl-devel >= 1.0.2}
 BuildRequires: pcre-devel
 %{?with_perl:BuildRequires: perl-CGI}
 %{?with_perl:BuildRequires: perl-devel}
@@ -126,6 +126,7 @@ Group:              Networking/Daemons/HTTP
 Requires(post,preun):  /sbin/chkconfig
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-common = %{version}-%{release}
+%{?with_ssl:Requires: openssl >= 1.0.2}
 Provides:      nginx-daemon
 Provides:      webserver
 
@@ -160,7 +161,7 @@ Group:              Networking/Daemons/HTTP
 Requires(post,preun):  /sbin/chkconfig
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-common = %{version}-%{release}
-Requires:      openssl
+%{?with_ssl:Requires: openssl >= 1.0.2}
 Provides:      nginx-daemon
 Provides:      webserver
 
@@ -224,7 +225,7 @@ Group:              Networking/Daemons/HTTP
 Requires(post,preun):  /sbin/chkconfig
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-common = %{version}-%{release}
-Requires:      openssl
+%{?with_ssl:Requires: openssl >= 1.0.2}
 Provides:      nginx
 Provides:      nginx-daemon
 Conflicts:     logrotate < 3.7-4
This page took 0.043367 seconds and 4 git commands to generate.